Color spaces of #ccb9aa
RGB | 204 | 185 | 170 |
---|---|---|---|
HSL | 0.07 | 0.25 | 0.73 |
HSV | 26° | 17° | 80° |
CMYK | 0.00 | 0.09 | 0.17 0.20 |
XYZ | 49.5065 | 50.4376 | 45.1564 |
Yxy | 50.4376 | 0.3412 | 0.3476 |
Hunter Lab | 71.0194 | 0.1455 | 12.0151 |
CIE-Lab | 76.3371 | 4.2903 | 10.0542 |
#ccb9aa color RGB value is (204,185,170).
#ccb9aa hex color red value is 204, green value is 185 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ccb9aa hue: 0.07 , saturation: 0.25 and the lightness value of ccb9aa is 0.73.
The process color (four color CMYK) of #ccb9aa color hex is 0.00, 0.09, 0.17, 0.20. Web safe color of #ccb9aa is #cccc99. Color #ccb9aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111001 | 10101010 |
Octal | 314 | 271 | 252 |
Decimal | 204 | 185 | 170 |
Hex | CC | B9 | AA |
Shades of #ccb9aa
Tints of #ccb9aa
RGB Percentages of Color #ccb9aa
CMYK Percentages of Color #ccb9aa
Complementary Color
#ccb9aa | #aabdcc |
#ccb9aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb9aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb9aa Color CSS Codes
.mybgcolor {background-color:#ccb9aa; } .myforecolor {color:#ccb9aa; } .mybordercolor {border:3px solid #ccb9aa; }
#ccb9aa Text Font Color
<p style="color:#ccb9aa">Text here</p>
This sample text font color is #ccb9aa
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.
#ccb9aa Background Color
<div style="background-color:#ccb9aa">
Div content here</div>
This div background color is #ccb9aa
#ccb9aa Border Color
<div style="border:3px solid #ccb9aa">
Div here</div>
This div border color is #ccb9aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,185,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb9aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb9aa; -webkit-box-shadow: 1px 1px 3px 2px #ccb9aa; box-shadow: 1px 1px 3px 2px #ccb9aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,185,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb9aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb9aa; -webkit-box-shadow: 1px 1px 3px 2px #ccb9aa; box-shadow: 1px 1px 3px 2px #ccb9aa;">
Div content here</div>
This div box has shadow with color #ccb9aa
Comments
No comments written yet.
Please login to write comment.