Shades of Maverick #CCAAC2
Tints of Maverick #CCAAC2
RGB
CMYK
RGB Variations
Color information
#CCAAC2 (or 0xCCAAC2) is known color: Maverick. HEX triplet: CC, AA and C2. RGB value is (204,170,194). Sum of RGB (Red+Green+Blue) = 204+170+194=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAC2 is #33553D. Grayscale: #B6B6B6. Windows color (decimal): -3364158 or 12757708. OLE color: 12757708.
HSL color Cylindrical-coordinate representation of color #CCAAC2: hue angle of 317.65º 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 #CCAAC2 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 170 | 194 | - |
CMYK | 0 | 0.17 | 0.05 | 0.2 |
HSL | 317.65º | 0.25% | 0.73% | - |
HSV(B) | 317.65º | 0.17% | 0.8% | - |
XYZ | 49.01 | 45.48 | 57.23 | - |
YUV | 182.9 | 134.26 | 143.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 170 | 194 | 0 | 0.17 | 0.05 | 0.2 | 317.65 | 0.25 | 0.73 |
Hex | CC | AA | C2 | 0 | 11 | 5 | 14 | 13E | 19 | 49 |
Octal | 314 | 252 | 302 | 0 | 21 | 5 | 24 | 476 | 31 | 111 |
Binary | 11001100 | 10101010 | 11000010 | 0 | 10001 | 101 | 10100 | 100111110 | 11001 | 1001001 |
Color Harmonies of #CCAAC2
Complementary color
Monochromatic Colors of #CCAAC2
Black with #CCAAC2
Text Example
Text Example
White with #CCAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAC2; }
p { color: rgb(204,170,194); }
H1.HeaderClassName
{
color: #CCAAC2;
}
.AnyTagClassName
{
color: #CCAAC2;
}
</style>
background-color css
<style>
a { background-color: #CCAAC2; }
a { background-color: rgb(204,170,194); }
div.DivClassName
{
background-color: #CCAAC2;
}
.BgClassName
{
background-color: #CCAAC2;
}
</style>
border-color css
<style>
span { border-color: #CCAAC2; }
span { border-color: rgb(204,170,194); }
td.TdClassName
{
border-color: #CCAAC2;
}
.TagClassName
{
border-color: #CCAAC2;
}
</style>