Shades of Chrome White #CAC8BB
Tints of Chrome White #CAC8BB
RGB
CMYK
RGB Variations
Color information
#CAC8BB (or 0xCAC8BB) is known color: Chrome White. HEX triplet: CA, C8 and BB. RGB value is (202,200,187). Sum of RGB (Red+Green+Blue) = 202+200+187=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8BB is #353744. Grayscale: #C7C7C7. Windows color (decimal): -3487557 or 12306634. OLE color: 12306634.
HSL color Cylindrical-coordinate representation of color #CAC8BB: hue angle of 52º 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 #CAC8BB is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 187 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.21 |
| HSL | 52º | 0.12% | 0.76% | - |
| HSV(B) | 52º | 0.07% | 0.79% | - |
| XYZ | 53.98 | 57.45 | 55.26 | - |
| YUV | 199.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 187 | 0 | 0.01 | 0.07 | 0.21 | 52 | 0.12 | 0.76 |
| Hex | CA | C8 | BB | 0 | 1 | 7 | 15 | 34 | C | 4C |
| Octal | 312 | 310 | 273 | 0 | 1 | 7 | 25 | 64 | 14 | 114 |
| Binary | 11001010 | 11001000 | 10111011 | 0 | 1 | 111 | 10101 | 110100 | 1100 | 1001100 |
Color Harmonies of #CAC8BB
Complementary color
Monochromatic Colors of #CAC8BB
Black with #CAC8BB
Text Example
Text Example
White with #CAC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8BB; }
p { color: rgb(202,200,187); }
H1.HeaderClassName
{
color: #CAC8BB;
}
.AnyTagClassName
{
color: #CAC8BB;
}
</style>
background-color css
<style>
a { background-color: #CAC8BB; }
a { background-color: rgb(202,200,187); }
div.DivClassName
{
background-color: #CAC8BB;
}
.BgClassName
{
background-color: #CAC8BB;
}
</style>
border-color css
<style>
span { border-color: #CAC8BB; }
span { border-color: rgb(202,200,187); }
td.TdClassName
{
border-color: #CAC8BB;
}
.TagClassName
{
border-color: #CAC8BB;
}
</style>