Shades of Maverick #CCA1C2
Tints of Maverick #CCA1C2
RGB
CMYK
RGB Variations
Color information
#CCA1C2 (or 0xCCA1C2) is known color: Maverick. HEX triplet: CC, A1 and C2. RGB value is (204,161,194). Sum of RGB (Red+Green+Blue) = 204+161+194=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1C2 is #335E3D. Grayscale: #B1B1B1. Windows color (decimal): -3366462 or 12755404. OLE color: 12755404.
HSL color Cylindrical-coordinate representation of color #CCA1C2: hue angle of 313.95º degrees, saturation: 0.3, 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 #CCA1C2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 194 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.2 |
| HSL | 313.95º | 0.3% | 0.72% | - |
| HSV(B) | 313.95º | 0.21% | 0.8% | - |
| XYZ | 47.38 | 42.22 | 56.69 | - |
| YUV | 177.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 194 | 0 | 0.21 | 0.05 | 0.2 | 313.95 | 0.3 | 0.72 |
| Hex | CC | A1 | C2 | 0 | 15 | 5 | 14 | 13A | 1E | 48 |
| Octal | 314 | 241 | 302 | 0 | 25 | 5 | 24 | 472 | 36 | 110 |
| Binary | 11001100 | 10100001 | 11000010 | 0 | 10101 | 101 | 10100 | 100111010 | 11110 | 1001000 |
Color Harmonies of #CCA1C2
Complementary color
Monochromatic Colors of #CCA1C2
Black with #CCA1C2
Text Example
Text Example
White with #CCA1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1C2; }
p { color: rgb(204,161,194); }
H1.HeaderClassName
{
color: #CCA1C2;
}
.AnyTagClassName
{
color: #CCA1C2;
}
</style>
background-color css
<style>
a { background-color: #CCA1C2; }
a { background-color: rgb(204,161,194); }
div.DivClassName
{
background-color: #CCA1C2;
}
.BgClassName
{
background-color: #CCA1C2;
}
</style>
border-color css
<style>
span { border-color: #CCA1C2; }
span { border-color: rgb(204,161,194); }
td.TdClassName
{
border-color: #CCA1C2;
}
.TagClassName
{
border-color: #CCA1C2;
}
</style>