Shades of Chrome White #CAC5B4
Tints of Chrome White #CAC5B4
RGB
CMYK
RGB Variations
Color information
#CAC5B4 (or 0xCAC5B4) is known color: Chrome White. HEX triplet: CA, C5 and B4. RGB value is (202,197,180). Sum of RGB (Red+Green+Blue) = 202+197+180=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5B4 is #353A4B. Grayscale: #C4C4C4. Windows color (decimal): -3488332 or 11847114. OLE color: 11847114.
HSL color Cylindrical-coordinate representation of color #CAC5B4: hue angle of 46.36º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC5B4 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 180 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.21 |
| HSL | 46.36º | 0.17% | 0.75% | - |
| HSV(B) | 46.36º | 0.11% | 0.79% | - |
| XYZ | 52.56 | 55.78 | 51.18 | - |
| YUV | 196.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 180 | 0 | 0.02 | 0.11 | 0.21 | 46.36 | 0.17 | 0.75 |
| Hex | CA | C5 | B4 | 0 | 2 | B | 15 | 2E | 11 | 4B |
| Octal | 312 | 305 | 264 | 0 | 2 | 13 | 25 | 56 | 21 | 113 |
| Binary | 11001010 | 11000101 | 10110100 | 0 | 10 | 1011 | 10101 | 101110 | 10001 | 1001011 |
Color Harmonies of #CAC5B4
Complementary color
Monochromatic Colors of #CAC5B4
Black with #CAC5B4
Text Example
Text Example
White with #CAC5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5B4; }
p { color: rgb(202,197,180); }
H1.HeaderClassName
{
color: #CAC5B4;
}
.AnyTagClassName
{
color: #CAC5B4;
}
</style>
background-color css
<style>
a { background-color: #CAC5B4; }
a { background-color: rgb(202,197,180); }
div.DivClassName
{
background-color: #CAC5B4;
}
.BgClassName
{
background-color: #CAC5B4;
}
</style>
border-color css
<style>
span { border-color: #CAC5B4; }
span { border-color: rgb(202,197,180); }
td.TdClassName
{
border-color: #CAC5B4;
}
.TagClassName
{
border-color: #CAC5B4;
}
</style>