Shades of Maverick #CAAABF
Tints of Maverick #CAAABF
RGB
CMYK
RGB Variations
Color information
#CAAABF (or 0xCAAABF) is known color: Maverick. HEX triplet: CA, AA and BF. RGB value is (202,170,191). Sum of RGB (Red+Green+Blue) = 202+170+191=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAABF is #355540. Grayscale: #B5B5B5. Windows color (decimal): -3495233 or 12561098. OLE color: 12561098.
HSL color Cylindrical-coordinate representation of color #CAAABF: hue angle of 320.62º 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 #CAAABF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 191 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.21 |
| HSL | 320.63º | 0.23% | 0.73% | - |
| HSV(B) | 320.63º | 0.16% | 0.79% | - |
| XYZ | 48.14 | 45.07 | 55.45 | - |
| YUV | 181.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 191 | 0 | 0.16 | 0.05 | 0.21 | 320.63 | 0.23 | 0.73 |
| Hex | CA | AA | BF | 0 | 10 | 5 | 15 | 141 | 17 | 49 |
| Octal | 312 | 252 | 277 | 0 | 20 | 5 | 25 | 501 | 27 | 111 |
| Binary | 11001010 | 10101010 | 10111111 | 0 | 10000 | 101 | 10101 | 101000001 | 10111 | 1001001 |
Color Harmonies of #CAAABF
Complementary color
Monochromatic Colors of #CAAABF
Black with #CAAABF
Text Example
Text Example
White with #CAAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAABF; }
p { color: rgb(202,170,191); }
H1.HeaderClassName
{
color: #CAAABF;
}
.AnyTagClassName
{
color: #CAAABF;
}
</style>
background-color css
<style>
a { background-color: #CAAABF; }
a { background-color: rgb(202,170,191); }
div.DivClassName
{
background-color: #CAAABF;
}
.BgClassName
{
background-color: #CAAABF;
}
</style>
border-color css
<style>
span { border-color: #CAAABF; }
span { border-color: rgb(202,170,191); }
td.TdClassName
{
border-color: #CAAABF;
}
.TagClassName
{
border-color: #CAAABF;
}
</style>