Shades of Maverick #CCA2C0
Tints of Maverick #CCA2C0
RGB
CMYK
RGB Variations
Color information
#CCA2C0 (or 0xCCA2C0) is known color: Maverick. HEX triplet: CC, A2 and C0. RGB value is (204,162,192). Sum of RGB (Red+Green+Blue) = 204+162+192=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2C0 is #335D3F. Grayscale: #B1B1B1. Windows color (decimal): -3366208 or 12624588. OLE color: 12624588.
HSL color Cylindrical-coordinate representation of color #CCA2C0: hue angle of 317.14º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA2C0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 162 | 192 | - |
CMYK | 0 | 0.21 | 0.06 | 0.2 |
HSL | 317.14º | 0.29% | 0.72% | - |
HSV(B) | 317.14º | 0.21% | 0.8% | - |
XYZ | 47.34 | 42.48 | 55.57 | - |
YUV | 177.98 | 135.91 | 146.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 162 | 192 | 0 | 0.21 | 0.06 | 0.2 | 317.14 | 0.29 | 0.72 |
Hex | CC | A2 | C0 | 0 | 15 | 6 | 14 | 13D | 1D | 48 |
Octal | 314 | 242 | 300 | 0 | 25 | 6 | 24 | 475 | 35 | 110 |
Binary | 11001100 | 10100010 | 11000000 | 0 | 10101 | 110 | 10100 | 100111101 | 11101 | 1001000 |
Color Harmonies of #CCA2C0
Complementary color
Monochromatic Colors of #CCA2C0
Black with #CCA2C0
Text Example
Text Example
White with #CCA2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2C0; }
p { color: rgb(204,162,192); }
H1.HeaderClassName
{
color: #CCA2C0;
}
.AnyTagClassName
{
color: #CCA2C0;
}
</style>
background-color css
<style>
a { background-color: #CCA2C0; }
a { background-color: rgb(204,162,192); }
div.DivClassName
{
background-color: #CCA2C0;
}
.BgClassName
{
background-color: #CCA2C0;
}
</style>
border-color css
<style>
span { border-color: #CCA2C0; }
span { border-color: rgb(204,162,192); }
td.TdClassName
{
border-color: #CCA2C0;
}
.TagClassName
{
border-color: #CCA2C0;
}
</style>