Shades of Chrome White #CAC6B6
Tints of Chrome White #CAC6B6
RGB
CMYK
RGB Variations
Color information
#CAC6B6 (or 0xCAC6B6) is known color: Chrome White. HEX triplet: CA, C6 and B6. RGB value is (202,198,182). Sum of RGB (Red+Green+Blue) = 202+198+182=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6B6 is #353949. Grayscale: #C5C5C5. Windows color (decimal): -3488074 or 11978442. OLE color: 11978442.
HSL color Cylindrical-coordinate representation of color #CAC6B6: hue angle of 48º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC6B6 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 198 | 182 | - |
CMYK | 0 | 0.02 | 0.10 | 0.21 |
HSL | 48º | 0.16% | 0.75% | - |
HSV(B) | 48º | 0.1% | 0.79% | - |
XYZ | 52.99 | 56.32 | 52.33 | - |
YUV | 197.37 | 119.33 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 198 | 182 | 0 | 0.02 | 0.10 | 0.21 | 48 | 0.16 | 0.75 |
Hex | CA | C6 | B6 | 0 | 2 | A | 15 | 30 | 10 | 4B |
Octal | 312 | 306 | 266 | 0 | 2 | 12 | 25 | 60 | 20 | 113 |
Binary | 11001010 | 11000110 | 10110110 | 0 | 10 | 1010 | 10101 | 110000 | 10000 | 1001011 |
Color Harmonies of #CAC6B6
Complementary color
Monochromatic Colors of #CAC6B6
Black with #CAC6B6
Text Example
Text Example
White with #CAC6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6B6; }
p { color: rgb(202,198,182); }
H1.HeaderClassName
{
color: #CAC6B6;
}
.AnyTagClassName
{
color: #CAC6B6;
}
</style>
background-color css
<style>
a { background-color: #CAC6B6; }
a { background-color: rgb(202,198,182); }
div.DivClassName
{
background-color: #CAC6B6;
}
.BgClassName
{
background-color: #CAC6B6;
}
</style>
border-color css
<style>
span { border-color: #CAC6B6; }
span { border-color: rgb(202,198,182); }
td.TdClassName
{
border-color: #CAC6B6;
}
.TagClassName
{
border-color: #CAC6B6;
}
</style>