Color spaces of #cbc796
RGB | 203 | 199 | 150 |
---|---|---|---|
HSL | 0.15 | 0.34 | 0.69 |
HSV | 55° | 26° | 80° |
CMYK | 0.00 | 0.02 | 0.26 0.20 |
XYZ | 50.5570 | 55.7454 | 36.9495 |
Yxy | 55.7454 | 0.3529 | 0.3891 |
Hunter Lab | 74.6628 | -9.7910 | 22.9223 |
CIE-Lab | 79.4687 | -6.3824 | 25.0995 |
#cbc796 color RGB value is (203,199,150).
#cbc796 hex color red value is 203, green value is 199 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cbc796 hue: 0.15 , saturation: 0.34 and the lightness value of cbc796 is 0.69.
The process color (four color CMYK) of #cbc796 color hex is 0.00, 0.02, 0.26, 0.20. Web safe color of #cbc796 is #cccc99. Color #cbc796 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000111 | 10010110 |
Octal | 313 | 307 | 226 |
Decimal | 203 | 199 | 150 |
Hex | CB | C7 | 96 |
Shades of #cbc796
Tints of #cbc796
RGB Percentages of Color #cbc796
CMYK Percentages of Color #cbc796
Complementary Color
#cbc796 | #969acb |
#cbc796 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc796 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc796 Color CSS Codes
.mybgcolor {background-color:#cbc796; } .myforecolor {color:#cbc796; } .mybordercolor {border:3px solid #cbc796; }
#cbc796 Text Font Color
<p style="color:#cbc796">Text here</p>
This sample text font color is #cbc796
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.
#cbc796 Background Color
<div style="background-color:#cbc796">
Div content here</div>
This div background color is #cbc796
#cbc796 Border Color
<div style="border:3px solid #cbc796">
Div here</div>
This div border color is #cbc796
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,199,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc796; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc796; -webkit-box-shadow: 1px 1px 3px 2px #cbc796; box-shadow: 1px 1px 3px 2px #cbc796; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,199,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc796">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc796; -webkit-box-shadow: 1px 1px 3px 2px #cbc796; box-shadow: 1px 1px 3px 2px #cbc796;">
Div content here</div>
This div box has shadow with color #cbc796
Comments
No comments written yet.
Please login to write comment.