Color spaces of #cca89b
RGB | 204 | 168 | 155 |
---|---|---|---|
HSL | 0.04 | 0.32 | 0.70 |
HSV | 16° | 24° | 80° |
CMYK | 0.00 | 0.18 | 0.24 0.20 |
XYZ | 44.8209 | 43.2092 | 36.9882 |
Yxy | 43.2092 | 0.3585 | 0.3456 |
Hunter Lab | 65.7337 | 6.6773 | 12.6513 |
CIE-Lab | 71.6967 | 11.1770 | 11.6509 |
#cca89b color RGB value is (204,168,155).
#cca89b hex color red value is 204, green value is 168 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cca89b hue: 0.04 , saturation: 0.32 and the lightness value of cca89b is 0.70.
The process color (four color CMYK) of #cca89b color hex is 0.00, 0.18, 0.24, 0.20. Web safe color of #cca89b is #cc9999. Color #cca89b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101000 | 10011011 |
Octal | 314 | 250 | 233 |
Decimal | 204 | 168 | 155 |
Hex | CC | A8 | 9B |
Shades of #cca89b
Tints of #cca89b
RGB Percentages of Color #cca89b
CMYK Percentages of Color #cca89b
Complementary Color
#cca89b | #9bbfcc |
#cca89b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cca89b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cca89b Color CSS Codes
.mybgcolor {background-color:#cca89b; } .myforecolor {color:#cca89b; } .mybordercolor {border:3px solid #cca89b; }
#cca89b Text Font Color
<p style="color:#cca89b">Text here</p>
This sample text font color is #cca89b
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.
#cca89b Background Color
<div style="background-color:#cca89b">
Div content here</div>
This div background color is #cca89b
#cca89b Border Color
<div style="border:3px solid #cca89b">
Div here</div>
This div border color is #cca89b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,168,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cca89b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cca89b; -webkit-box-shadow: 1px 1px 3px 2px #cca89b; box-shadow: 1px 1px 3px 2px #cca89b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,168,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cca89b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cca89b; -webkit-box-shadow: 1px 1px 3px 2px #cca89b; box-shadow: 1px 1px 3px 2px #cca89b;">
Div content here</div>
This div box has shadow with color #cca89b
Comments
No comments written yet.
Please login to write comment.