Shades of Maverick #CAAAC2
Tints of Maverick #CAAAC2
RGB
CMYK
RGB Variations
Color information
#CAAAC2 (or 0xCAAAC2) is known color: Maverick. HEX triplet: CA, AA and C2. RGB value is (202,170,194). Sum of RGB (Red+Green+Blue) = 202+170+194=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAC2 is #35553D. Grayscale: #B6B6B6. Windows color (decimal): -3495230 or 12757706. OLE color: 12757706.
HSL color Cylindrical-coordinate representation of color #CAAAC2: hue angle of 315º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAAC2 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 170 | 194 | - |
CMYK | 0 | 0.16 | 0.04 | 0.21 |
HSL | 315º | 0.23% | 0.73% | - |
HSV(B) | 315º | 0.16% | 0.79% | - |
XYZ | 48.47 | 45.2 | 57.21 | - |
YUV | 182.3 | 134.6 | 142.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 170 | 194 | 0 | 0.16 | 0.04 | 0.21 | 315 | 0.23 | 0.73 |
Hex | CA | AA | C2 | 0 | 10 | 4 | 15 | 13B | 17 | 49 |
Octal | 312 | 252 | 302 | 0 | 20 | 4 | 25 | 473 | 27 | 111 |
Binary | 11001010 | 10101010 | 11000010 | 0 | 10000 | 100 | 10101 | 100111011 | 10111 | 1001001 |
Color Harmonies of #CAAAC2
Complementary color
Monochromatic Colors of #CAAAC2
Black with #CAAAC2
Text Example
Text Example
White with #CAAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAC2; }
p { color: rgb(202,170,194); }
H1.HeaderClassName
{
color: #CAAAC2;
}
.AnyTagClassName
{
color: #CAAAC2;
}
</style>
background-color css
<style>
a { background-color: #CAAAC2; }
a { background-color: rgb(202,170,194); }
div.DivClassName
{
background-color: #CAAAC2;
}
.BgClassName
{
background-color: #CAAAC2;
}
</style>
border-color css
<style>
span { border-color: #CAAAC2; }
span { border-color: rgb(202,170,194); }
td.TdClassName
{
border-color: #CAAAC2;
}
.TagClassName
{
border-color: #CAAAC2;
}
</style>