Shades of Maverick #CCAABA
Tints of Maverick #CCAABA
RGB
CMYK
RGB Variations
Color information
#CCAABA (or 0xCCAABA) is known color: Maverick. HEX triplet: CC, AA and BA. RGB value is (204,170,186). Sum of RGB (Red+Green+Blue) = 204+170+186=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAABA is #335545. Grayscale: #B5B5B5. Windows color (decimal): -3364166 or 12233420. OLE color: 12233420.
HSL color Cylindrical-coordinate representation of color #CCAABA: hue angle of 331.76º 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 #CCAABA is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 186 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.2 |
| HSL | 331.76º | 0.25% | 0.73% | - |
| HSV(B) | 331.76º | 0.17% | 0.8% | - |
| XYZ | 48.14 | 45.13 | 52.63 | - |
| YUV | 181.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 186 | 0 | 0.17 | 0.09 | 0.2 | 331.76 | 0.25 | 0.73 |
| Hex | CC | AA | BA | 0 | 11 | 9 | 14 | 14C | 19 | 49 |
| Octal | 314 | 252 | 272 | 0 | 21 | 11 | 24 | 514 | 31 | 111 |
| Binary | 11001100 | 10101010 | 10111010 | 0 | 10001 | 1001 | 10100 | 101001100 | 11001 | 1001001 |
Color Harmonies of #CCAABA
Complementary color
Monochromatic Colors of #CCAABA
Black with #CCAABA
Text Example
Text Example
White with #CCAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAABA; }
p { color: rgb(204,170,186); }
H1.HeaderClassName
{
color: #CCAABA;
}
.AnyTagClassName
{
color: #CCAABA;
}
</style>
background-color css
<style>
a { background-color: #CCAABA; }
a { background-color: rgb(204,170,186); }
div.DivClassName
{
background-color: #CCAABA;
}
.BgClassName
{
background-color: #CCAABA;
}
</style>
border-color css
<style>
span { border-color: #CCAABA; }
span { border-color: rgb(204,170,186); }
td.TdClassName
{
border-color: #CCAABA;
}
.TagClassName
{
border-color: #CCAABA;
}
</style>