Shades of Maverick #CCA5C0
Tints of Maverick #CCA5C0
RGB
CMYK
RGB Variations
Color information
#CCA5C0 (or 0xCCA5C0) is known color: Maverick. HEX triplet: CC, A5 and C0. RGB value is (204,165,192). Sum of RGB (Red+Green+Blue) = 204+165+192=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5C0 is #335A3F. Grayscale: #B3B3B3. Windows color (decimal): -3365440 or 12625356. OLE color: 12625356.
HSL color Cylindrical-coordinate representation of color #CCA5C0: hue angle of 318.46º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA5C0 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 192 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.2 |
| HSL | 318.46º | 0.28% | 0.72% | - |
| HSV(B) | 318.46º | 0.19% | 0.8% | - |
| XYZ | 47.87 | 43.55 | 55.75 | - |
| YUV | 179.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 192 | 0 | 0.19 | 0.06 | 0.2 | 318.46 | 0.28 | 0.72 |
| Hex | CC | A5 | C0 | 0 | 13 | 6 | 14 | 13E | 1C | 48 |
| Octal | 314 | 245 | 300 | 0 | 23 | 6 | 24 | 476 | 34 | 110 |
| Binary | 11001100 | 10100101 | 11000000 | 0 | 10011 | 110 | 10100 | 100111110 | 11100 | 1001000 |
Color Harmonies of #CCA5C0
Complementary color
Monochromatic Colors of #CCA5C0
Black with #CCA5C0
Text Example
Text Example
White with #CCA5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA5C0; }
p { color: rgb(204,165,192); }
H1.HeaderClassName
{
color: #CCA5C0;
}
.AnyTagClassName
{
color: #CCA5C0;
}
</style>
background-color css
<style>
a { background-color: #CCA5C0; }
a { background-color: rgb(204,165,192); }
div.DivClassName
{
background-color: #CCA5C0;
}
.BgClassName
{
background-color: #CCA5C0;
}
</style>
border-color css
<style>
span { border-color: #CCA5C0; }
span { border-color: rgb(204,165,192); }
td.TdClassName
{
border-color: #CCA5C0;
}
.TagClassName
{
border-color: #CCA5C0;
}
</style>