Shades of Chrome White #CAC5AF
Tints of Chrome White #CAC5AF
RGB
CMYK
RGB Variations
Color information
#CAC5AF (or 0xCAC5AF) is known color: Chrome White. HEX triplet: CA, C5 and AF. RGB value is (202,197,175). Sum of RGB (Red+Green+Blue) = 202+197+175=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC5AF is #353A50. Grayscale: #C4C4C4. Windows color (decimal): -3488337 or 11519434. OLE color: 11519434.
HSL color Cylindrical-coordinate representation of color #CAC5AF: hue angle of 48.89º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAC5AF is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 175 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.21 |
| HSL | 48.89º | 0.2% | 0.74% | - |
| HSV(B) | 48.89º | 0.13% | 0.79% | - |
| XYZ | 52.06 | 55.58 | 48.54 | - |
| YUV | 195.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 175 | 0 | 0.02 | 0.13 | 0.21 | 48.89 | 0.2 | 0.74 |
| Hex | CA | C5 | AF | 0 | 2 | D | 15 | 31 | 14 | 4A |
| Octal | 312 | 305 | 257 | 0 | 2 | 15 | 25 | 61 | 24 | 112 |
| Binary | 11001010 | 11000101 | 10101111 | 0 | 10 | 1101 | 10101 | 110001 | 10100 | 1001010 |
Color Harmonies of #CAC5AF
Complementary color
Monochromatic Colors of #CAC5AF
Black with #CAC5AF
Text Example
Text Example
White with #CAC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5AF; }
p { color: rgb(202,197,175); }
H1.HeaderClassName
{
color: #CAC5AF;
}
.AnyTagClassName
{
color: #CAC5AF;
}
</style>
background-color css
<style>
a { background-color: #CAC5AF; }
a { background-color: rgb(202,197,175); }
div.DivClassName
{
background-color: #CAC5AF;
}
.BgClassName
{
background-color: #CAC5AF;
}
</style>
border-color css
<style>
span { border-color: #CAC5AF; }
span { border-color: rgb(202,197,175); }
td.TdClassName
{
border-color: #CAC5AF;
}
.TagClassName
{
border-color: #CAC5AF;
}
</style>