Shades of Maverick #CCABC2
Tints of Maverick #CCABC2
RGB
CMYK
RGB Variations
Color information
#CCABC2 (or 0xCCABC2) is known color: Maverick. HEX triplet: CC, AB and C2. RGB value is (204,171,194). Sum of RGB (Red+Green+Blue) = 204+171+194=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABC2 is #33543D. Grayscale: #B7B7B7. Windows color (decimal): -3363902 or 12757964. OLE color: 12757964.
HSL color Cylindrical-coordinate representation of color #CCABC2: hue angle of 318.18º 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 #CCABC2 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 194 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.2 |
| HSL | 318.18º | 0.24% | 0.74% | - |
| HSV(B) | 318.18º | 0.16% | 0.8% | - |
| XYZ | 49.2 | 45.86 | 57.3 | - |
| YUV | 183.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 194 | 0 | 0.16 | 0.05 | 0.2 | 318.18 | 0.24 | 0.74 |
| Hex | CC | AB | C2 | 0 | 10 | 5 | 14 | 13E | 18 | 4A |
| Octal | 314 | 253 | 302 | 0 | 20 | 5 | 24 | 476 | 30 | 112 |
| Binary | 11001100 | 10101011 | 11000010 | 0 | 10000 | 101 | 10100 | 100111110 | 11000 | 1001010 |
Color Harmonies of #CCABC2
Complementary color
Monochromatic Colors of #CCABC2
Black with #CCABC2
Text Example
Text Example
White with #CCABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABC2; }
p { color: rgb(204,171,194); }
H1.HeaderClassName
{
color: #CCABC2;
}
.AnyTagClassName
{
color: #CCABC2;
}
</style>
background-color css
<style>
a { background-color: #CCABC2; }
a { background-color: rgb(204,171,194); }
div.DivClassName
{
background-color: #CCABC2;
}
.BgClassName
{
background-color: #CCABC2;
}
</style>
border-color css
<style>
span { border-color: #CCABC2; }
span { border-color: rgb(204,171,194); }
td.TdClassName
{
border-color: #CCABC2;
}
.TagClassName
{
border-color: #CCABC2;
}
</style>