Shades of Chrome White #CAC6B5
Tints of Chrome White #CAC6B5
RGB
CMYK
RGB Variations
Color information
#CAC6B5 (or 0xCAC6B5) is known color: Chrome White. HEX triplet: CA, C6 and B5. RGB value is (202,198,181). Sum of RGB (Red+Green+Blue) = 202+198+181=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6B5 is #35394A. Grayscale: #C5C5C5. Windows color (decimal): -3488075 or 11912906. OLE color: 11912906.
HSL color Cylindrical-coordinate representation of color #CAC6B5: hue angle of 48.57º degrees, saturation: 0.17, 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 #CAC6B5 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 198 | 181 | - |
CMYK | 0 | 0.02 | 0.10 | 0.21 |
HSL | 48.57º | 0.17% | 0.75% | - |
HSV(B) | 48.57º | 0.1% | 0.79% | - |
XYZ | 52.89 | 56.28 | 51.79 | - |
YUV | 197.26 | 118.83 | 131.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 198 | 181 | 0 | 0.02 | 0.10 | 0.21 | 48.57 | 0.17 | 0.75 |
Hex | CA | C6 | B5 | 0 | 2 | A | 15 | 31 | 11 | 4B |
Octal | 312 | 306 | 265 | 0 | 2 | 12 | 25 | 61 | 21 | 113 |
Binary | 11001010 | 11000110 | 10110101 | 0 | 10 | 1010 | 10101 | 110001 | 10001 | 1001011 |
Color Harmonies of #CAC6B5
Complementary color
Monochromatic Colors of #CAC6B5
Black with #CAC6B5
Text Example
Text Example
White with #CAC6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6B5; }
p { color: rgb(202,198,181); }
H1.HeaderClassName
{
color: #CAC6B5;
}
.AnyTagClassName
{
color: #CAC6B5;
}
</style>
background-color css
<style>
a { background-color: #CAC6B5; }
a { background-color: rgb(202,198,181); }
div.DivClassName
{
background-color: #CAC6B5;
}
.BgClassName
{
background-color: #CAC6B5;
}
</style>
border-color css
<style>
span { border-color: #CAC6B5; }
span { border-color: rgb(202,198,181); }
td.TdClassName
{
border-color: #CAC6B5;
}
.TagClassName
{
border-color: #CAC6B5;
}
</style>