Shades of Chrome White #CCCAB9
Tints of Chrome White #CCCAB9
RGB
CMYK
RGB Variations
Color information
#CCCAB9 (or 0xCCCAB9) is known color: Chrome White. HEX triplet: CC, CA and B9. RGB value is (204,202,185). Sum of RGB (Red+Green+Blue) = 204+202+185=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAB9 is #333546. Grayscale: #C8C8C8. Windows color (decimal): -3355975 or 12176076. OLE color: 12176076.
HSL color Cylindrical-coordinate representation of color #CCCAB9: hue angle of 53.68º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCAB9 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 185 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.2 |
| HSL | 53.68º | 0.16% | 0.76% | - |
| HSV(B) | 53.68º | 0.09% | 0.8% | - |
| XYZ | 54.78 | 58.58 | 54.32 | - |
| YUV | 200.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 185 | 0 | 0.01 | 0.09 | 0.2 | 53.68 | 0.16 | 0.76 |
| Hex | CC | CA | B9 | 0 | 1 | 9 | 14 | 36 | 10 | 4C |
| Octal | 314 | 312 | 271 | 0 | 1 | 11 | 24 | 66 | 20 | 114 |
| Binary | 11001100 | 11001010 | 10111001 | 0 | 1 | 1001 | 10100 | 110110 | 10000 | 1001100 |
Color Harmonies of #CCCAB9
Complementary color
Monochromatic Colors of #CCCAB9
Black with #CCCAB9
Text Example
Text Example
White with #CCCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAB9; }
p { color: rgb(204,202,185); }
H1.HeaderClassName
{
color: #CCCAB9;
}
.AnyTagClassName
{
color: #CCCAB9;
}
</style>
background-color css
<style>
a { background-color: #CCCAB9; }
a { background-color: rgb(204,202,185); }
div.DivClassName
{
background-color: #CCCAB9;
}
.BgClassName
{
background-color: #CCCAB9;
}
</style>
border-color css
<style>
span { border-color: #CCCAB9; }
span { border-color: rgb(204,202,185); }
td.TdClassName
{
border-color: #CCCAB9;
}
.TagClassName
{
border-color: #CCCAB9;
}
</style>