Shades of Chrome White #CAC8BC
Tints of Chrome White #CAC8BC
RGB
CMYK
RGB Variations
Color information
#CAC8BC (or 0xCAC8BC) is known color: Chrome White. HEX triplet: CA, C8 and BC. RGB value is (202,200,188). Sum of RGB (Red+Green+Blue) = 202+200+188=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8BC is #353743. Grayscale: #C7C7C7. Windows color (decimal): -3487556 or 12372170. OLE color: 12372170.
HSL color Cylindrical-coordinate representation of color #CAC8BC: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAC8BC is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 188 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.21 |
| HSL | 51.43º | 0.12% | 0.76% | - |
| HSV(B) | 51.43º | 0.07% | 0.79% | - |
| XYZ | 54.09 | 57.5 | 55.82 | - |
| YUV | 199.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 188 | 0 | 0.01 | 0.07 | 0.21 | 51.43 | 0.12 | 0.76 |
| Hex | CA | C8 | BC | 0 | 1 | 7 | 15 | 33 | C | 4C |
| Octal | 312 | 310 | 274 | 0 | 1 | 7 | 25 | 63 | 14 | 114 |
| Binary | 11001010 | 11001000 | 10111100 | 0 | 1 | 111 | 10101 | 110011 | 1100 | 1001100 |
Color Harmonies of #CAC8BC
Complementary color
Monochromatic Colors of #CAC8BC
Black with #CAC8BC
Text Example
Text Example
White with #CAC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8BC; }
p { color: rgb(202,200,188); }
H1.HeaderClassName
{
color: #CAC8BC;
}
.AnyTagClassName
{
color: #CAC8BC;
}
</style>
background-color css
<style>
a { background-color: #CAC8BC; }
a { background-color: rgb(202,200,188); }
div.DivClassName
{
background-color: #CAC8BC;
}
.BgClassName
{
background-color: #CAC8BC;
}
</style>
border-color css
<style>
span { border-color: #CAC8BC; }
span { border-color: rgb(202,200,188); }
td.TdClassName
{
border-color: #CAC8BC;
}
.TagClassName
{
border-color: #CAC8BC;
}
</style>