Shades of Chrome White #CAC8B9
Tints of Chrome White #CAC8B9
RGB
CMYK
RGB Variations
Color information
#CAC8B9 (or 0xCAC8B9) is known color: Chrome White. HEX triplet: CA, C8 and B9. RGB value is (202,200,185). Sum of RGB (Red+Green+Blue) = 202+200+185=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8B9 is #353746. Grayscale: #C6C6C6. Windows color (decimal): -3487559 or 12175562. OLE color: 12175562.
HSL color Cylindrical-coordinate representation of color #CAC8B9: hue angle of 52.94º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAC8B9 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 200 | 185 | - |
CMYK | 0 | 0.01 | 0.08 | 0.21 |
HSL | 52.94º | 0.14% | 0.76% | - |
HSV(B) | 52.94º | 0.08% | 0.79% | - |
XYZ | 53.77 | 57.37 | 54.14 | - |
YUV | 198.89 | 120.16 | 130.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 185 | 0 | 0.01 | 0.08 | 0.21 | 52.94 | 0.14 | 0.76 |
Hex | CA | C8 | B9 | 0 | 1 | 8 | 15 | 35 | E | 4C |
Octal | 312 | 310 | 271 | 0 | 1 | 10 | 25 | 65 | 16 | 114 |
Binary | 11001010 | 11001000 | 10111001 | 0 | 1 | 1000 | 10101 | 110101 | 1110 | 1001100 |
Color Harmonies of #CAC8B9
Complementary color
Monochromatic Colors of #CAC8B9
Black with #CAC8B9
Text Example
Text Example
White with #CAC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8B9; }
p { color: rgb(202,200,185); }
H1.HeaderClassName
{
color: #CAC8B9;
}
.AnyTagClassName
{
color: #CAC8B9;
}
</style>
background-color css
<style>
a { background-color: #CAC8B9; }
a { background-color: rgb(202,200,185); }
div.DivClassName
{
background-color: #CAC8B9;
}
.BgClassName
{
background-color: #CAC8B9;
}
</style>
border-color css
<style>
span { border-color: #CAC8B9; }
span { border-color: rgb(202,200,185); }
td.TdClassName
{
border-color: #CAC8B9;
}
.TagClassName
{
border-color: #CAC8B9;
}
</style>