Shades of Maverick #CCA0C1
Tints of Maverick #CCA0C1
RGB
CMYK
RGB Variations
Color information
#CCA0C1 (or 0xCCA0C1) is known color: Maverick. HEX triplet: CC, A0 and C1. RGB value is (204,160,193). Sum of RGB (Red+Green+Blue) = 204+160+193=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0C1 is #335F3E. Grayscale: #B0B0B0. Windows color (decimal): -3366719 or 12689612. OLE color: 12689612.
HSL color Cylindrical-coordinate representation of color #CCA0C1: hue angle of 315º 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 #CCA0C1 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 193 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.2 |
| HSL | 315º | 0.3% | 0.71% | - |
| HSV(B) | 315º | 0.22% | 0.8% | - |
| XYZ | 47.1 | 41.83 | 56.04 | - |
| YUV | 176.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 193 | 0 | 0.22 | 0.05 | 0.2 | 315 | 0.3 | 0.71 |
| Hex | CC | A0 | C1 | 0 | 16 | 5 | 14 | 13B | 1E | 47 |
| Octal | 314 | 240 | 301 | 0 | 26 | 5 | 24 | 473 | 36 | 107 |
| Binary | 11001100 | 10100000 | 11000001 | 0 | 10110 | 101 | 10100 | 100111011 | 11110 | 1000111 |
Color Harmonies of #CCA0C1
Complementary color
Monochromatic Colors of #CCA0C1
Black with #CCA0C1
Text Example
Text Example
White with #CCA0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0C1; }
p { color: rgb(204,160,193); }
H1.HeaderClassName
{
color: #CCA0C1;
}
.AnyTagClassName
{
color: #CCA0C1;
}
</style>
background-color css
<style>
a { background-color: #CCA0C1; }
a { background-color: rgb(204,160,193); }
div.DivClassName
{
background-color: #CCA0C1;
}
.BgClassName
{
background-color: #CCA0C1;
}
</style>
border-color css
<style>
span { border-color: #CCA0C1; }
span { border-color: rgb(204,160,193); }
td.TdClassName
{
border-color: #CCA0C1;
}
.TagClassName
{
border-color: #CCA0C1;
}
</style>