Shades of Maverick #CAAFC2
Tints of Maverick #CAAFC2
RGB
CMYK
RGB Variations
Color information
#CAAFC2 (or 0xCAAFC2) is known color: Maverick. HEX triplet: CA, AF and C2. RGB value is (202,175,194). Sum of RGB (Red+Green+Blue) = 202+175+194=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFC2 is #35503D. Grayscale: #B9B9B9. Windows color (decimal): -3493950 or 12758986. OLE color: 12758986.
HSL color Cylindrical-coordinate representation of color #CAAFC2: hue angle of 317.78º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAAFC2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 175 | 194 | - |
CMYK | 0 | 0.13 | 0.04 | 0.21 |
HSL | 317.78º | 0.2% | 0.74% | - |
HSV(B) | 317.78º | 0.13% | 0.79% | - |
XYZ | 49.42 | 47.11 | 57.53 | - |
YUV | 185.24 | 132.95 | 139.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 194 | 0 | 0.13 | 0.04 | 0.21 | 317.78 | 0.2 | 0.74 |
Hex | CA | AF | C2 | 0 | D | 4 | 15 | 13E | 14 | 4A |
Octal | 312 | 257 | 302 | 0 | 15 | 4 | 25 | 476 | 24 | 112 |
Binary | 11001010 | 10101111 | 11000010 | 0 | 1101 | 100 | 10101 | 100111110 | 10100 | 1001010 |
Color Harmonies of #CAAFC2
Complementary color
Monochromatic Colors of #CAAFC2
Black with #CAAFC2
Text Example
Text Example
White with #CAAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFC2; }
p { color: rgb(202,175,194); }
H1.HeaderClassName
{
color: #CAAFC2;
}
.AnyTagClassName
{
color: #CAAFC2;
}
</style>
background-color css
<style>
a { background-color: #CAAFC2; }
a { background-color: rgb(202,175,194); }
div.DivClassName
{
background-color: #CAAFC2;
}
.BgClassName
{
background-color: #CAAFC2;
}
</style>
border-color css
<style>
span { border-color: #CAAFC2; }
span { border-color: rgb(202,175,194); }
td.TdClassName
{
border-color: #CAAFC2;
}
.TagClassName
{
border-color: #CAAFC2;
}
</style>