Shades of Chrome White #CAC6B1
Tints of Chrome White #CAC6B1
RGB
CMYK
RGB Variations
Color information
#CAC6B1 (or 0xCAC6B1) is known color: Chrome White. HEX triplet: CA, C6 and B1. RGB value is (202,198,177). Sum of RGB (Red+Green+Blue) = 202+198+177=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6B1 is #35394E. Grayscale: #C4C4C4. Windows color (decimal): -3488079 or 11650762. OLE color: 11650762.
HSL color Cylindrical-coordinate representation of color #CAC6B1: hue angle of 50.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC6B1 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 177 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.21 |
| HSL | 50.4º | 0.19% | 0.74% | - |
| HSV(B) | 50.4º | 0.12% | 0.79% | - |
| XYZ | 52.49 | 56.12 | 49.66 | - |
| YUV | 196.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 177 | 0 | 0.02 | 0.12 | 0.21 | 50.4 | 0.19 | 0.74 |
| Hex | CA | C6 | B1 | 0 | 2 | C | 15 | 32 | 13 | 4A |
| Octal | 312 | 306 | 261 | 0 | 2 | 14 | 25 | 62 | 23 | 112 |
| Binary | 11001010 | 11000110 | 10110001 | 0 | 10 | 1100 | 10101 | 110010 | 10011 | 1001010 |
Color Harmonies of #CAC6B1
Complementary color
Monochromatic Colors of #CAC6B1
Black with #CAC6B1
Text Example
Text Example
White with #CAC6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6B1; }
p { color: rgb(202,198,177); }
H1.HeaderClassName
{
color: #CAC6B1;
}
.AnyTagClassName
{
color: #CAC6B1;
}
</style>
background-color css
<style>
a { background-color: #CAC6B1; }
a { background-color: rgb(202,198,177); }
div.DivClassName
{
background-color: #CAC6B1;
}
.BgClassName
{
background-color: #CAC6B1;
}
</style>
border-color css
<style>
span { border-color: #CAC6B1; }
span { border-color: rgb(202,198,177); }
td.TdClassName
{
border-color: #CAC6B1;
}
.TagClassName
{
border-color: #CAC6B1;
}
</style>