Shades of Maverick #CAAFC3
Tints of Maverick #CAAFC3
RGB
CMYK
RGB Variations
Color information
#CAAFC3 (or 0xCAAFC3) is known color: Maverick. HEX triplet: CA, AF and C3. RGB value is (202,175,195). Sum of RGB (Red+Green+Blue) = 202+175+195=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFC3 is #35503C. Grayscale: #B9B9B9. Windows color (decimal): -3493949 or 12824522. OLE color: 12824522.
HSL color Cylindrical-coordinate representation of color #CAAFC3: hue angle of 315.56º 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 #CAAFC3 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 175 | 195 | - |
CMYK | 0 | 0.13 | 0.03 | 0.21 |
HSL | 315.56º | 0.2% | 0.74% | - |
HSV(B) | 315.56º | 0.13% | 0.79% | - |
XYZ | 49.54 | 47.16 | 58.12 | - |
YUV | 185.35 | 133.45 | 139.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 195 | 0 | 0.13 | 0.03 | 0.21 | 315.56 | 0.2 | 0.74 |
Hex | CA | AF | C3 | 0 | D | 3 | 15 | 13C | 14 | 4A |
Octal | 312 | 257 | 303 | 0 | 15 | 3 | 25 | 474 | 24 | 112 |
Binary | 11001010 | 10101111 | 11000011 | 0 | 1101 | 11 | 10101 | 100111100 | 10100 | 1001010 |
Color Harmonies of #CAAFC3
Complementary color
Monochromatic Colors of #CAAFC3
Black with #CAAFC3
Text Example
Text Example
White with #CAAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFC3; }
p { color: rgb(202,175,195); }
H1.HeaderClassName
{
color: #CAAFC3;
}
.AnyTagClassName
{
color: #CAAFC3;
}
</style>
background-color css
<style>
a { background-color: #CAAFC3; }
a { background-color: rgb(202,175,195); }
div.DivClassName
{
background-color: #CAAFC3;
}
.BgClassName
{
background-color: #CAAFC3;
}
</style>
border-color css
<style>
span { border-color: #CAAFC3; }
span { border-color: rgb(202,175,195); }
td.TdClassName
{
border-color: #CAAFC3;
}
.TagClassName
{
border-color: #CAAFC3;
}
</style>