Shades of Chrome White #CAC7B3
Tints of Chrome White #CAC7B3
RGB
CMYK
RGB Variations
Color information
#CAC7B3 (or 0xCAC7B3) is known color: Chrome White. HEX triplet: CA, C7 and B3. RGB value is (202,199,179). Sum of RGB (Red+Green+Blue) = 202+199+179=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7B3 is #35384C. Grayscale: #C5C5C5. Windows color (decimal): -3487821 or 11782090. OLE color: 11782090.
HSL color Cylindrical-coordinate representation of color #CAC7B3: hue angle of 52.17º degrees, saturation: 0.18, 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 #CAC7B3 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 179 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.21 |
| HSL | 52.17º | 0.18% | 0.75% | - |
| HSV(B) | 52.17º | 0.11% | 0.79% | - |
| XYZ | 52.92 | 56.66 | 50.79 | - |
| YUV | 197.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 179 | 0 | 0.01 | 0.11 | 0.21 | 52.17 | 0.18 | 0.75 |
| Hex | CA | C7 | B3 | 0 | 1 | B | 15 | 34 | 12 | 4B |
| Octal | 312 | 307 | 263 | 0 | 1 | 13 | 25 | 64 | 22 | 113 |
| Binary | 11001010 | 11000111 | 10110011 | 0 | 1 | 1011 | 10101 | 110100 | 10010 | 1001011 |
Color Harmonies of #CAC7B3
Complementary color
Monochromatic Colors of #CAC7B3
Black with #CAC7B3
Text Example
Text Example
White with #CAC7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7B3; }
p { color: rgb(202,199,179); }
H1.HeaderClassName
{
color: #CAC7B3;
}
.AnyTagClassName
{
color: #CAC7B3;
}
</style>
background-color css
<style>
a { background-color: #CAC7B3; }
a { background-color: rgb(202,199,179); }
div.DivClassName
{
background-color: #CAC7B3;
}
.BgClassName
{
background-color: #CAC7B3;
}
</style>
border-color css
<style>
span { border-color: #CAC7B3; }
span { border-color: rgb(202,199,179); }
td.TdClassName
{
border-color: #CAC7B3;
}
.TagClassName
{
border-color: #CAC7B3;
}
</style>