Color spaces of #cbab99
RGB | 203 | 171 | 153 |
---|---|---|---|
HSL | 0.06 | 0.32 | 0.70 |
HSV | 22° | 25° | 80° |
CMYK | 0.00 | 0.16 | 0.25 0.20 |
XYZ | 44.9413 | 44.1222 | 36.2848 |
Yxy | 44.1222 | 0.3585 | 0.3520 |
Hunter Lab | 66.4245 | 4.5260 | 14.1097 |
CIE-Lab | 72.3101 | 8.8814 | 13.5987 |
#cbab99 color RGB value is (203,171,153).
#cbab99 hex color red value is 203, green value is 171 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cbab99 hue: 0.06 , saturation: 0.32 and the lightness value of cbab99 is 0.70.
The process color (four color CMYK) of #cbab99 color hex is 0.00, 0.16, 0.25, 0.20. Web safe color of #cbab99 is #cc9999. Color #cbab99 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101011 | 10011001 |
Octal | 313 | 253 | 231 |
Decimal | 203 | 171 | 153 |
Hex | CB | AB | 99 |
Shades of #cbab99
Tints of #cbab99
RGB Percentages of Color #cbab99
CMYK Percentages of Color #cbab99
Complementary Color
#cbab99 | #99b9cb |
#cbab99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbab99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbab99 Color CSS Codes
.mybgcolor {background-color:#cbab99; } .myforecolor {color:#cbab99; } .mybordercolor {border:3px solid #cbab99; }
#cbab99 Text Font Color
<p style="color:#cbab99">Text here</p>
This sample text font color is #cbab99
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.
#cbab99 Background Color
<div style="background-color:#cbab99">
Div content here</div>
This div background color is #cbab99
#cbab99 Border Color
<div style="border:3px solid #cbab99">
Div here</div>
This div border color is #cbab99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,171,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbab99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbab99; -webkit-box-shadow: 1px 1px 3px 2px #cbab99; box-shadow: 1px 1px 3px 2px #cbab99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,171,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbab99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbab99; -webkit-box-shadow: 1px 1px 3px 2px #cbab99; box-shadow: 1px 1px 3px 2px #cbab99;">
Div content here</div>
This div box has shadow with color #cbab99
Comments
No comments written yet.
Please login to write comment.