Color spaces of #c096ab
RGB | 192 | 150 | 171 |
---|---|---|---|
HSL | 0.92 | 0.25 | 0.67 |
HSV | 330° | 22° | 75° |
CMYK | 0.00 | 0.22 | 0.11 0.25 |
XYZ | 39.9953 | 35.9594 | 43.3610 |
Yxy | 35.9594 | 0.3352 | 0.3014 |
Hunter Lab | 59.9662 | 14.1124 | -0.8958 |
CIE-Lab | 66.4889 | 19.1242 | -4.9219 |
#c096ab color RGB value is (192,150,171).
#c096ab hex color red value is 192, green value is 150 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c096ab hue: 0.92 , saturation: 0.25 and the lightness value of c096ab is 0.67.
The process color (four color CMYK) of #c096ab color hex is 0.00, 0.22, 0.11, 0.25. Web safe color of #c096ab is #cc9999. Color #c096ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10010110 | 10101011 |
Octal | 300 | 226 | 253 |
Decimal | 192 | 150 | 171 |
Hex | C0 | 96 | AB |
Shades of #c096ab
Tints of #c096ab
RGB Percentages of Color #c096ab
CMYK Percentages of Color #c096ab
Complementary Color
#c096ab | #96c0ab |
#c096ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c096ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c096ab Color CSS Codes
.mybgcolor {background-color:#c096ab; } .myforecolor {color:#c096ab; } .mybordercolor {border:3px solid #c096ab; }
#c096ab Text Font Color
<p style="color:#c096ab">Text here</p>
This sample text font color is #c096ab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c096ab Background Color
<div style="background-color:#c096ab">
Div content here</div>
This div background color is #c096ab
#c096ab Border Color
<div style="border:3px solid #c096ab">
Div here</div>
This div border color is #c096ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,150,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c096ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c096ab; -webkit-box-shadow: 1px 1px 3px 2px #c096ab; box-shadow: 1px 1px 3px 2px #c096ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,150,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c096ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c096ab; -webkit-box-shadow: 1px 1px 3px 2px #c096ab; box-shadow: 1px 1px 3px 2px #c096ab;">
Div content here</div>
This div box has shadow with color #c096ab
Comments
No comments written yet.
Please login to write comment.