Shades of Maverick #CCA0C0
Tints of Maverick #CCA0C0
RGB
CMYK
RGB Variations
Color information
#CCA0C0 (or 0xCCA0C0) is known color: Maverick. HEX triplet: CC, A0 and C0. RGB value is (204,160,192). Sum of RGB (Red+Green+Blue) = 204+160+192=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0C0 is #335F3F. Grayscale: #B0B0B0. Windows color (decimal): -3366720 or 12624076. OLE color: 12624076.
HSL color Cylindrical-coordinate representation of color #CCA0C0: hue angle of 316.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA0C0 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 192 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.2 |
| HSL | 316.36º | 0.3% | 0.71% | - |
| HSV(B) | 316.36º | 0.22% | 0.8% | - |
| XYZ | 46.99 | 41.78 | 55.46 | - |
| YUV | 176.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 192 | 0 | 0.22 | 0.06 | 0.2 | 316.36 | 0.3 | 0.71 |
| Hex | CC | A0 | C0 | 0 | 16 | 6 | 14 | 13C | 1E | 47 |
| Octal | 314 | 240 | 300 | 0 | 26 | 6 | 24 | 474 | 36 | 107 |
| Binary | 11001100 | 10100000 | 11000000 | 0 | 10110 | 110 | 10100 | 100111100 | 11110 | 1000111 |
Color Harmonies of #CCA0C0
Complementary color
Monochromatic Colors of #CCA0C0
Black with #CCA0C0
Text Example
Text Example
White with #CCA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0C0; }
p { color: rgb(204,160,192); }
H1.HeaderClassName
{
color: #CCA0C0;
}
.AnyTagClassName
{
color: #CCA0C0;
}
</style>
background-color css
<style>
a { background-color: #CCA0C0; }
a { background-color: rgb(204,160,192); }
div.DivClassName
{
background-color: #CCA0C0;
}
.BgClassName
{
background-color: #CCA0C0;
}
</style>
border-color css
<style>
span { border-color: #CCA0C0; }
span { border-color: rgb(204,160,192); }
td.TdClassName
{
border-color: #CCA0C0;
}
.TagClassName
{
border-color: #CCA0C0;
}
</style>