Shades of Maverick #CCABC0
Tints of Maverick #CCABC0
RGB
CMYK
RGB Variations
Color information
#CCABC0 (or 0xCCABC0) is known color: Maverick. HEX triplet: CC, AB and C0. RGB value is (204,171,192). Sum of RGB (Red+Green+Blue) = 204+171+192=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABC0 is #33543F. Grayscale: #B7B7B7. Windows color (decimal): -3363904 or 12626892. OLE color: 12626892.
HSL color Cylindrical-coordinate representation of color #CCABC0: hue angle of 321.82º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCABC0 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 192 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.2 |
| HSL | 321.82º | 0.24% | 0.74% | - |
| HSV(B) | 321.82º | 0.16% | 0.8% | - |
| XYZ | 48.98 | 45.77 | 56.12 | - |
| YUV | 183.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 192 | 0 | 0.16 | 0.06 | 0.2 | 321.82 | 0.24 | 0.74 |
| Hex | CC | AB | C0 | 0 | 10 | 6 | 14 | 142 | 18 | 4A |
| Octal | 314 | 253 | 300 | 0 | 20 | 6 | 24 | 502 | 30 | 112 |
| Binary | 11001100 | 10101011 | 11000000 | 0 | 10000 | 110 | 10100 | 101000010 | 11000 | 1001010 |
Color Harmonies of #CCABC0
Complementary color
Monochromatic Colors of #CCABC0
Black with #CCABC0
Text Example
Text Example
White with #CCABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABC0; }
p { color: rgb(204,171,192); }
H1.HeaderClassName
{
color: #CCABC0;
}
.AnyTagClassName
{
color: #CCABC0;
}
</style>
background-color css
<style>
a { background-color: #CCABC0; }
a { background-color: rgb(204,171,192); }
div.DivClassName
{
background-color: #CCABC0;
}
.BgClassName
{
background-color: #CCABC0;
}
</style>
border-color css
<style>
span { border-color: #CCABC0; }
span { border-color: rgb(204,171,192); }
td.TdClassName
{
border-color: #CCABC0;
}
.TagClassName
{
border-color: #CCABC0;
}
</style>