Shades of Maverick #CCA6C2
Tints of Maverick #CCA6C2
RGB
CMYK
RGB Variations
Color information
#CCA6C2 (or 0xCCA6C2) is known color: Maverick. HEX triplet: CC, A6 and C2. RGB value is (204,166,194). Sum of RGB (Red+Green+Blue) = 204+166+194=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6C2 is #33593D. Grayscale: #B4B4B4. Windows color (decimal): -3365182 or 12756684. OLE color: 12756684.
HSL color Cylindrical-coordinate representation of color #CCA6C2: hue angle of 315.79º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA6C2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 194 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.2 |
| HSL | 315.79º | 0.27% | 0.73% | - |
| HSV(B) | 315.79º | 0.19% | 0.8% | - |
| XYZ | 48.28 | 44 | 56.99 | - |
| YUV | 180.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 194 | 0 | 0.19 | 0.05 | 0.2 | 315.79 | 0.27 | 0.73 |
| Hex | CC | A6 | C2 | 0 | 13 | 5 | 14 | 13C | 1B | 49 |
| Octal | 314 | 246 | 302 | 0 | 23 | 5 | 24 | 474 | 33 | 111 |
| Binary | 11001100 | 10100110 | 11000010 | 0 | 10011 | 101 | 10100 | 100111100 | 11011 | 1001001 |
Color Harmonies of #CCA6C2
Complementary color
Monochromatic Colors of #CCA6C2
Black with #CCA6C2
Text Example
Text Example
White with #CCA6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6C2; }
p { color: rgb(204,166,194); }
H1.HeaderClassName
{
color: #CCA6C2;
}
.AnyTagClassName
{
color: #CCA6C2;
}
</style>
background-color css
<style>
a { background-color: #CCA6C2; }
a { background-color: rgb(204,166,194); }
div.DivClassName
{
background-color: #CCA6C2;
}
.BgClassName
{
background-color: #CCA6C2;
}
</style>
border-color css
<style>
span { border-color: #CCA6C2; }
span { border-color: rgb(204,166,194); }
td.TdClassName
{
border-color: #CCA6C2;
}
.TagClassName
{
border-color: #CCA6C2;
}
</style>