Shades of Maverick #CAABC2
Tints of Maverick #CAABC2
RGB
CMYK
RGB Variations
Color information
#CAABC2 (or 0xCAABC2) is known color: Maverick. HEX triplet: CA, AB and C2. RGB value is (202,171,194). Sum of RGB (Red+Green+Blue) = 202+171+194=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABC2 is #35543D. Grayscale: #B6B6B6. Windows color (decimal): -3494974 or 12757962. OLE color: 12757962.
HSL color Cylindrical-coordinate representation of color #CAABC2: hue angle of 315.48º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAABC2 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 171 | 194 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.21 |
| HSL | 315.48º | 0.23% | 0.73% | - |
| HSV(B) | 315.48º | 0.15% | 0.79% | - |
| XYZ | 48.66 | 45.58 | 57.27 | - |
| YUV | 182.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 194 | 0 | 0.15 | 0.04 | 0.21 | 315.48 | 0.23 | 0.73 |
| Hex | CA | AB | C2 | 0 | F | 4 | 15 | 13B | 17 | 49 |
| Octal | 312 | 253 | 302 | 0 | 17 | 4 | 25 | 473 | 27 | 111 |
| Binary | 11001010 | 10101011 | 11000010 | 0 | 1111 | 100 | 10101 | 100111011 | 10111 | 1001001 |
Color Harmonies of #CAABC2
Complementary color
Monochromatic Colors of #CAABC2
Black with #CAABC2
Text Example
Text Example
White with #CAABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABC2; }
p { color: rgb(202,171,194); }
H1.HeaderClassName
{
color: #CAABC2;
}
.AnyTagClassName
{
color: #CAABC2;
}
</style>
background-color css
<style>
a { background-color: #CAABC2; }
a { background-color: rgb(202,171,194); }
div.DivClassName
{
background-color: #CAABC2;
}
.BgClassName
{
background-color: #CAABC2;
}
</style>
border-color css
<style>
span { border-color: #CAABC2; }
span { border-color: rgb(202,171,194); }
td.TdClassName
{
border-color: #CAABC2;
}
.TagClassName
{
border-color: #CAABC2;
}
</style>