Shades of Chrome White #CCCABA
Tints of Chrome White #CCCABA
RGB
CMYK
RGB Variations
Color information
#CCCABA (or 0xCCCABA) is known color: Chrome White. HEX triplet: CC, CA and BA. RGB value is (204,202,186). Sum of RGB (Red+Green+Blue) = 204+202+186=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCABA is #333545. Grayscale: #C8C8C8. Windows color (decimal): -3355974 or 12241612. OLE color: 12241612.
HSL color Cylindrical-coordinate representation of color #CCCABA: hue angle of 53.33º degrees, saturation: 0.15, 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 #CCCABA is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 186 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.2 |
| HSL | 53.33º | 0.15% | 0.76% | - |
| HSV(B) | 53.33º | 0.09% | 0.8% | - |
| XYZ | 54.89 | 58.62 | 54.88 | - |
| YUV | 200.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 186 | 0 | 0.01 | 0.09 | 0.2 | 53.33 | 0.15 | 0.76 |
| Hex | CC | CA | BA | 0 | 1 | 9 | 14 | 35 | F | 4C |
| Octal | 314 | 312 | 272 | 0 | 1 | 11 | 24 | 65 | 17 | 114 |
| Binary | 11001100 | 11001010 | 10111010 | 0 | 1 | 1001 | 10100 | 110101 | 1111 | 1001100 |
Color Harmonies of #CCCABA
Complementary color
Monochromatic Colors of #CCCABA
Black with #CCCABA
Text Example
Text Example
White with #CCCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCABA; }
p { color: rgb(204,202,186); }
H1.HeaderClassName
{
color: #CCCABA;
}
.AnyTagClassName
{
color: #CCCABA;
}
</style>
background-color css
<style>
a { background-color: #CCCABA; }
a { background-color: rgb(204,202,186); }
div.DivClassName
{
background-color: #CCCABA;
}
.BgClassName
{
background-color: #CCCABA;
}
</style>
border-color css
<style>
span { border-color: #CCCABA; }
span { border-color: rgb(204,202,186); }
td.TdClassName
{
border-color: #CCCABA;
}
.TagClassName
{
border-color: #CCCABA;
}
</style>