Shades of Maverick #CCAABD
Tints of Maverick #CCAABD
RGB
CMYK
RGB Variations
Color information
#CCAABD (or 0xCCAABD) is known color: Maverick. HEX triplet: CC, AA and BD. RGB value is (204,170,189). Sum of RGB (Red+Green+Blue) = 204+170+189=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAABD is #335542. Grayscale: #B6B6B6. Windows color (decimal): -3364163 or 12430028. OLE color: 12430028.
HSL color Cylindrical-coordinate representation of color #CCAABD: hue angle of 326.47º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAABD is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 189 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.2 |
| HSL | 326.47º | 0.25% | 0.73% | - |
| HSV(B) | 326.47º | 0.17% | 0.8% | - |
| XYZ | 48.46 | 45.26 | 54.33 | - |
| YUV | 182.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 189 | 0 | 0.17 | 0.07 | 0.2 | 326.47 | 0.25 | 0.73 |
| Hex | CC | AA | BD | 0 | 11 | 7 | 14 | 146 | 19 | 49 |
| Octal | 314 | 252 | 275 | 0 | 21 | 7 | 24 | 506 | 31 | 111 |
| Binary | 11001100 | 10101010 | 10111101 | 0 | 10001 | 111 | 10100 | 101000110 | 11001 | 1001001 |
Color Harmonies of #CCAABD
Complementary color
Monochromatic Colors of #CCAABD
Black with #CCAABD
Text Example
Text Example
White with #CCAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAABD; }
p { color: rgb(204,170,189); }
H1.HeaderClassName
{
color: #CCAABD;
}
.AnyTagClassName
{
color: #CCAABD;
}
</style>
background-color css
<style>
a { background-color: #CCAABD; }
a { background-color: rgb(204,170,189); }
div.DivClassName
{
background-color: #CCAABD;
}
.BgClassName
{
background-color: #CCAABD;
}
</style>
border-color css
<style>
span { border-color: #CCAABD; }
span { border-color: rgb(204,170,189); }
td.TdClassName
{
border-color: #CCAABD;
}
.TagClassName
{
border-color: #CCAABD;
}
</style>