Shades of Maverick #CCABC1
Tints of Maverick #CCABC1
RGB
CMYK
RGB Variations
Color information
#CCABC1 (or 0xCCABC1) is known color: Maverick. HEX triplet: CC, AB and C1. RGB value is (204,171,193). Sum of RGB (Red+Green+Blue) = 204+171+193=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABC1 is #33543E. Grayscale: #B7B7B7. Windows color (decimal): -3363903 or 12692428. OLE color: 12692428.
HSL color Cylindrical-coordinate representation of color #CCABC1: hue angle of 320º 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 #CCABC1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 193 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.2 |
| HSL | 320º | 0.24% | 0.74% | - |
| HSV(B) | 320º | 0.16% | 0.8% | - |
| XYZ | 49.09 | 45.81 | 56.71 | - |
| YUV | 183.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 193 | 0 | 0.16 | 0.05 | 0.2 | 320 | 0.24 | 0.74 |
| Hex | CC | AB | C1 | 0 | 10 | 5 | 14 | 140 | 18 | 4A |
| Octal | 314 | 253 | 301 | 0 | 20 | 5 | 24 | 500 | 30 | 112 |
| Binary | 11001100 | 10101011 | 11000001 | 0 | 10000 | 101 | 10100 | 101000000 | 11000 | 1001010 |
Color Harmonies of #CCABC1
Complementary color
Monochromatic Colors of #CCABC1
Black with #CCABC1
Text Example
Text Example
White with #CCABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABC1; }
p { color: rgb(204,171,193); }
H1.HeaderClassName
{
color: #CCABC1;
}
.AnyTagClassName
{
color: #CCABC1;
}
</style>
background-color css
<style>
a { background-color: #CCABC1; }
a { background-color: rgb(204,171,193); }
div.DivClassName
{
background-color: #CCABC1;
}
.BgClassName
{
background-color: #CCABC1;
}
</style>
border-color css
<style>
span { border-color: #CCABC1; }
span { border-color: rgb(204,171,193); }
td.TdClassName
{
border-color: #CCABC1;
}
.TagClassName
{
border-color: #CCABC1;
}
</style>