Shades of Maverick #CAA2BF
Tints of Maverick #CAA2BF
RGB
CMYK
RGB Variations
Color information
#CAA2BF (or 0xCAA2BF) is known color: Maverick. HEX triplet: CA, A2 and BF. RGB value is (202,162,191). Sum of RGB (Red+Green+Blue) = 202+162+191=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2BF is #355D40. Grayscale: #B1B1B1. Windows color (decimal): -3497281 or 12559050. OLE color: 12559050.
HSL color Cylindrical-coordinate representation of color #CAA2BF: hue angle of 316.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA2BF is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 191 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.21 |
| HSL | 316.5º | 0.27% | 0.71% | - |
| HSV(B) | 316.5º | 0.2% | 0.79% | - |
| XYZ | 46.68 | 42.16 | 54.97 | - |
| YUV | 177.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 191 | 0 | 0.20 | 0.05 | 0.21 | 316.5 | 0.27 | 0.71 |
| Hex | CA | A2 | BF | 0 | 14 | 5 | 15 | 13C | 1B | 47 |
| Octal | 312 | 242 | 277 | 0 | 24 | 5 | 25 | 474 | 33 | 107 |
| Binary | 11001010 | 10100010 | 10111111 | 0 | 10100 | 101 | 10101 | 100111100 | 11011 | 1000111 |
Color Harmonies of #CAA2BF
Complementary color
Monochromatic Colors of #CAA2BF
Black with #CAA2BF
Text Example
Text Example
White with #CAA2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2BF; }
p { color: rgb(202,162,191); }
H1.HeaderClassName
{
color: #CAA2BF;
}
.AnyTagClassName
{
color: #CAA2BF;
}
</style>
background-color css
<style>
a { background-color: #CAA2BF; }
a { background-color: rgb(202,162,191); }
div.DivClassName
{
background-color: #CAA2BF;
}
.BgClassName
{
background-color: #CAA2BF;
}
</style>
border-color css
<style>
span { border-color: #CAA2BF; }
span { border-color: rgb(202,162,191); }
td.TdClassName
{
border-color: #CAA2BF;
}
.TagClassName
{
border-color: #CAA2BF;
}
</style>