Color spaces of #cbc599
RGB | 203 | 197 | 153 |
---|---|---|---|
HSL | 0.15 | 0.32 | 0.70 |
HSV | 53° | 25° | 80° |
CMYK | 0.00 | 0.03 | 0.25 0.20 |
XYZ | 50.3446 | 54.9289 | 38.0859 |
Yxy | 54.9289 | 0.3512 | 0.3832 |
Hunter Lab | 74.1140 | -8.4471 | 21.4117 |
CIE-Lab | 79.0003 | -4.9316 | 22.8762 |
#cbc599 color RGB value is (203,197,153).
#cbc599 hex color red value is 203, green value is 197 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cbc599 hue: 0.15 , saturation: 0.32 and the lightness value of cbc599 is 0.70.
The process color (four color CMYK) of #cbc599 color hex is 0.00, 0.03, 0.25, 0.20. Web safe color of #cbc599 is #cccc99. Color #cbc599 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000101 | 10011001 |
Octal | 313 | 305 | 231 |
Decimal | 203 | 197 | 153 |
Hex | CB | C5 | 99 |
Shades of #cbc599
Tints of #cbc599
RGB Percentages of Color #cbc599
CMYK Percentages of Color #cbc599
Complementary Color
#cbc599 | #999fcb |
#cbc599 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc599 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc599 Color CSS Codes
.mybgcolor {background-color:#cbc599; } .myforecolor {color:#cbc599; } .mybordercolor {border:3px solid #cbc599; }
#cbc599 Text Font Color
<p style="color:#cbc599">Text here</p>
This sample text font color is #cbc599
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.
#cbc599 Background Color
<div style="background-color:#cbc599">
Div content here</div>
This div background color is #cbc599
#cbc599 Border Color
<div style="border:3px solid #cbc599">
Div here</div>
This div border color is #cbc599
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,197,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc599; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc599; -webkit-box-shadow: 1px 1px 3px 2px #cbc599; box-shadow: 1px 1px 3px 2px #cbc599; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,197,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 #cbc599">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc599; -webkit-box-shadow: 1px 1px 3px 2px #cbc599; box-shadow: 1px 1px 3px 2px #cbc599;">
Div content here</div>
This div box has shadow with color #cbc599
Comments
No comments written yet.
Please login to write comment.