Shades of Maverick #CAAFC1
Tints of Maverick #CAAFC1
RGB
CMYK
RGB Variations
Color information
#CAAFC1 (or 0xCAAFC1) is known color: Maverick. HEX triplet: CA, AF and C1. RGB value is (202,175,193). Sum of RGB (Red+Green+Blue) = 202+175+193=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFC1 is #35503E. Grayscale: #B9B9B9. Windows color (decimal): -3493951 or 12693450. OLE color: 12693450.
HSL color Cylindrical-coordinate representation of color #CAAFC1: hue angle of 320º 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 #CAAFC1 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 175 | 193 | - |
CMYK | 0 | 0.13 | 0.04 | 0.21 |
HSL | 320º | 0.2% | 0.74% | - |
HSV(B) | 320º | 0.13% | 0.79% | - |
XYZ | 49.31 | 47.07 | 56.94 | - |
YUV | 185.13 | 132.45 | 140.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 193 | 0 | 0.13 | 0.04 | 0.21 | 320 | 0.2 | 0.74 |
Hex | CA | AF | C1 | 0 | D | 4 | 15 | 140 | 14 | 4A |
Octal | 312 | 257 | 301 | 0 | 15 | 4 | 25 | 500 | 24 | 112 |
Binary | 11001010 | 10101111 | 11000001 | 0 | 1101 | 100 | 10101 | 101000000 | 10100 | 1001010 |
Color Harmonies of #CAAFC1
Complementary color
Monochromatic Colors of #CAAFC1
Black with #CAAFC1
Text Example
Text Example
White with #CAAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFC1; }
p { color: rgb(202,175,193); }
H1.HeaderClassName
{
color: #CAAFC1;
}
.AnyTagClassName
{
color: #CAAFC1;
}
</style>
background-color css
<style>
a { background-color: #CAAFC1; }
a { background-color: rgb(202,175,193); }
div.DivClassName
{
background-color: #CAAFC1;
}
.BgClassName
{
background-color: #CAAFC1;
}
</style>
border-color css
<style>
span { border-color: #CAAFC1; }
span { border-color: rgb(202,175,193); }
td.TdClassName
{
border-color: #CAAFC1;
}
.TagClassName
{
border-color: #CAAFC1;
}
</style>