Shades of Chrome White #CAC7BB
Tints of Chrome White #CAC7BB
RGB
CMYK
RGB Variations
Color information
#CAC7BB (or 0xCAC7BB) is known color: Chrome White. HEX triplet: CA, C7 and BB. RGB value is (202,199,187). Sum of RGB (Red+Green+Blue) = 202+199+187=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7BB is #353844. Grayscale: #C6C6C6. Windows color (decimal): -3487813 or 12306378. OLE color: 12306378.
HSL color Cylindrical-coordinate representation of color #CAC7BB: hue angle of 48º 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 #CAC7BB is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 187 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.21 |
| HSL | 48º | 0.12% | 0.76% | - |
| HSV(B) | 48º | 0.07% | 0.79% | - |
| XYZ | 53.75 | 56.99 | 55.18 | - |
| YUV | 198.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 187 | 0 | 0.01 | 0.07 | 0.21 | 48 | 0.12 | 0.76 |
| Hex | CA | C7 | BB | 0 | 1 | 7 | 15 | 30 | C | 4C |
| Octal | 312 | 307 | 273 | 0 | 1 | 7 | 25 | 60 | 14 | 114 |
| Binary | 11001010 | 11000111 | 10111011 | 0 | 1 | 111 | 10101 | 110000 | 1100 | 1001100 |
Color Harmonies of #CAC7BB
Complementary color
Monochromatic Colors of #CAC7BB
Black with #CAC7BB
Text Example
Text Example
White with #CAC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7BB; }
p { color: rgb(202,199,187); }
H1.HeaderClassName
{
color: #CAC7BB;
}
.AnyTagClassName
{
color: #CAC7BB;
}
</style>
background-color css
<style>
a { background-color: #CAC7BB; }
a { background-color: rgb(202,199,187); }
div.DivClassName
{
background-color: #CAC7BB;
}
.BgClassName
{
background-color: #CAC7BB;
}
</style>
border-color css
<style>
span { border-color: #CAC7BB; }
span { border-color: rgb(202,199,187); }
td.TdClassName
{
border-color: #CAC7BB;
}
.TagClassName
{
border-color: #CAC7BB;
}
</style>