Shades of Maverick #CAAFC0
Tints of Maverick #CAAFC0
RGB
CMYK
RGB Variations
Color information
#CAAFC0 (or 0xCAAFC0) is known color: Maverick. HEX triplet: CA, AF and C0. RGB value is (202,175,192). Sum of RGB (Red+Green+Blue) = 202+175+192=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFC0 is #35503F. Grayscale: #B8B8B8. Windows color (decimal): -3493952 or 12627914. OLE color: 12627914.
HSL color Cylindrical-coordinate representation of color #CAAFC0: hue angle of 322.22º 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 #CAAFC0 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 175 | 192 | - |
CMYK | 0 | 0.13 | 0.05 | 0.21 |
HSL | 322.22º | 0.2% | 0.74% | - |
HSV(B) | 322.22º | 0.13% | 0.79% | - |
XYZ | 49.2 | 47.02 | 56.35 | - |
YUV | 185.01 | 131.95 | 140.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 192 | 0 | 0.13 | 0.05 | 0.21 | 322.22 | 0.2 | 0.74 |
Hex | CA | AF | C0 | 0 | D | 5 | 15 | 142 | 14 | 4A |
Octal | 312 | 257 | 300 | 0 | 15 | 5 | 25 | 502 | 24 | 112 |
Binary | 11001010 | 10101111 | 11000000 | 0 | 1101 | 101 | 10101 | 101000010 | 10100 | 1001010 |
Color Harmonies of #CAAFC0
Complementary color
Monochromatic Colors of #CAAFC0
Black with #CAAFC0
Text Example
Text Example
White with #CAAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFC0; }
p { color: rgb(202,175,192); }
H1.HeaderClassName
{
color: #CAAFC0;
}
.AnyTagClassName
{
color: #CAAFC0;
}
</style>
background-color css
<style>
a { background-color: #CAAFC0; }
a { background-color: rgb(202,175,192); }
div.DivClassName
{
background-color: #CAAFC0;
}
.BgClassName
{
background-color: #CAAFC0;
}
</style>
border-color css
<style>
span { border-color: #CAAFC0; }
span { border-color: rgb(202,175,192); }
td.TdClassName
{
border-color: #CAAFC0;
}
.TagClassName
{
border-color: #CAAFC0;
}
</style>