Shades of Maverick #CCAAC0
Tints of Maverick #CCAAC0
RGB
CMYK
RGB Variations
Color information
#CCAAC0 (or 0xCCAAC0) is known color: Maverick. HEX triplet: CC, AA and C0. RGB value is (204,170,192). Sum of RGB (Red+Green+Blue) = 204+170+192=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAC0 is #33553F. Grayscale: #B6B6B6. Windows color (decimal): -3364160 or 12626636. OLE color: 12626636.
HSL color Cylindrical-coordinate representation of color #CCAAC0: hue angle of 321.18º 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 #CCAAC0 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 170 | 192 | - |
CMYK | 0 | 0.17 | 0.06 | 0.2 |
HSL | 321.18º | 0.25% | 0.73% | - |
HSV(B) | 321.18º | 0.17% | 0.8% | - |
XYZ | 48.79 | 45.39 | 56.06 | - |
YUV | 182.67 | 133.26 | 143.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 170 | 192 | 0 | 0.17 | 0.06 | 0.2 | 321.18 | 0.25 | 0.73 |
Hex | CC | AA | C0 | 0 | 11 | 6 | 14 | 141 | 19 | 49 |
Octal | 314 | 252 | 300 | 0 | 21 | 6 | 24 | 501 | 31 | 111 |
Binary | 11001100 | 10101010 | 11000000 | 0 | 10001 | 110 | 10100 | 101000001 | 11001 | 1001001 |
Color Harmonies of #CCAAC0
Complementary color
Monochromatic Colors of #CCAAC0
Black with #CCAAC0
Text Example
Text Example
White with #CCAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAC0; }
p { color: rgb(204,170,192); }
H1.HeaderClassName
{
color: #CCAAC0;
}
.AnyTagClassName
{
color: #CCAAC0;
}
</style>
background-color css
<style>
a { background-color: #CCAAC0; }
a { background-color: rgb(204,170,192); }
div.DivClassName
{
background-color: #CCAAC0;
}
.BgClassName
{
background-color: #CCAAC0;
}
</style>
border-color css
<style>
span { border-color: #CCAAC0; }
span { border-color: rgb(204,170,192); }
td.TdClassName
{
border-color: #CCAAC0;
}
.TagClassName
{
border-color: #CCAAC0;
}
</style>