Shades of Chrome White #CAC5B2
Tints of Chrome White #CAC5B2
RGB
CMYK
RGB Variations
Color information
#CAC5B2 (or 0xCAC5B2) is known color: Chrome White. HEX triplet: CA, C5 and B2. RGB value is (202,197,178). Sum of RGB (Red+Green+Blue) = 202+197+178=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC5B2 is #353A4D. Grayscale: #C4C4C4. Windows color (decimal): -3488334 or 11716042. OLE color: 11716042.
HSL color Cylindrical-coordinate representation of color #CAC5B2: hue angle of 47.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC5B2 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 178 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.21 |
| HSL | 47.5º | 0.18% | 0.75% | - |
| HSV(B) | 47.5º | 0.12% | 0.79% | - |
| XYZ | 52.36 | 55.7 | 50.11 | - |
| YUV | 196.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 178 | 0 | 0.02 | 0.12 | 0.21 | 47.5 | 0.18 | 0.75 |
| Hex | CA | C5 | B2 | 0 | 2 | C | 15 | 30 | 12 | 4B |
| Octal | 312 | 305 | 262 | 0 | 2 | 14 | 25 | 60 | 22 | 113 |
| Binary | 11001010 | 11000101 | 10110010 | 0 | 10 | 1100 | 10101 | 110000 | 10010 | 1001011 |
Color Harmonies of #CAC5B2
Complementary color
Monochromatic Colors of #CAC5B2
Black with #CAC5B2
Text Example
Text Example
White with #CAC5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5B2; }
p { color: rgb(202,197,178); }
H1.HeaderClassName
{
color: #CAC5B2;
}
.AnyTagClassName
{
color: #CAC5B2;
}
</style>
background-color css
<style>
a { background-color: #CAC5B2; }
a { background-color: rgb(202,197,178); }
div.DivClassName
{
background-color: #CAC5B2;
}
.BgClassName
{
background-color: #CAC5B2;
}
</style>
border-color css
<style>
span { border-color: #CAC5B2; }
span { border-color: rgb(202,197,178); }
td.TdClassName
{
border-color: #CAC5B2;
}
.TagClassName
{
border-color: #CAC5B2;
}
</style>