Color spaces of #c8b27a
RGB | 200 | 178 | 122 |
---|---|---|---|
HSL | 0.12 | 0.41 | 0.63 |
HSV | 43° | 39° | 78° |
CMYK | 0.00 | 0.11 | 0.39 0.22 |
XYZ | 43.2527 | 45.5253 | 24.9200 |
Yxy | 45.5253 | 0.3804 | 0.4004 |
Hunter Lab | 67.4724 | -3.6507 | 25.3328 |
CIE-Lab | 73.2364 | -0.0525 | 31.5185 |
#c8b27a color RGB value is (200,178,122).
#c8b27a hex color red value is 200, green value is 178 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c8b27a hue: 0.12 , saturation: 0.41 and the lightness value of c8b27a is 0.63.
The process color (four color CMYK) of #c8b27a color hex is 0.00, 0.11, 0.39, 0.22. Web safe color of #c8b27a is #cc9966. Color #c8b27a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10110010 | 01111010 |
Octal | 310 | 262 | 172 |
Decimal | 200 | 178 | 122 |
Hex | C8 | B2 | 7A |
Shades of #c8b27a
Tints of #c8b27a
RGB Percentages of Color #c8b27a
CMYK Percentages of Color #c8b27a
Complementary Color
#c8b27a | #7a90c8 |
#c8b27a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8b27a Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8b27a Color CSS Codes
.mybgcolor {background-color:#c8b27a; } .myforecolor {color:#c8b27a; } .mybordercolor {border:3px solid #c8b27a; }
#c8b27a Text Font Color
<p style="color:#c8b27a">Text here</p>
This sample text font color is #c8b27a
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.
#c8b27a Background Color
<div style="background-color:#c8b27a">
Div content here</div>
This div background color is #c8b27a
#c8b27a Border Color
<div style="border:3px solid #c8b27a">
Div here</div>
This div border color is #c8b27a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,178,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8b27a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8b27a; -webkit-box-shadow: 1px 1px 3px 2px #c8b27a; box-shadow: 1px 1px 3px 2px #c8b27a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,178,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8b27a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8b27a; -webkit-box-shadow: 1px 1px 3px 2px #c8b27a; box-shadow: 1px 1px 3px 2px #c8b27a;">
Div content here</div>
This div box has shadow with color #c8b27a
Comments
No comments written yet.
Please login to write comment.