Shades of Maverick #CAABC0
Tints of Maverick #CAABC0
RGB
CMYK
RGB Variations
Color information
#CAABC0 (or 0xCAABC0) is known color: Maverick. HEX triplet: CA, AB and C0. RGB value is (202,171,192). Sum of RGB (Red+Green+Blue) = 202+171+192=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABC0 is #35543F. Grayscale: #B6B6B6. Windows color (decimal): -3494976 or 12626890. OLE color: 12626890.
HSL color Cylindrical-coordinate representation of color #CAABC0: hue angle of 319.35º 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 #CAABC0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 171 | 192 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.21 |
| HSL | 319.35º | 0.23% | 0.73% | - |
| HSV(B) | 319.35º | 0.15% | 0.79% | - |
| XYZ | 48.43 | 45.49 | 56.1 | - |
| YUV | 182.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 192 | 0 | 0.15 | 0.05 | 0.21 | 319.35 | 0.23 | 0.73 |
| Hex | CA | AB | C0 | 0 | F | 5 | 15 | 13F | 17 | 49 |
| Octal | 312 | 253 | 300 | 0 | 17 | 5 | 25 | 477 | 27 | 111 |
| Binary | 11001010 | 10101011 | 11000000 | 0 | 1111 | 101 | 10101 | 100111111 | 10111 | 1001001 |
Color Harmonies of #CAABC0
Complementary color
Monochromatic Colors of #CAABC0
Black with #CAABC0
Text Example
Text Example
White with #CAABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABC0; }
p { color: rgb(202,171,192); }
H1.HeaderClassName
{
color: #CAABC0;
}
.AnyTagClassName
{
color: #CAABC0;
}
</style>
background-color css
<style>
a { background-color: #CAABC0; }
a { background-color: rgb(202,171,192); }
div.DivClassName
{
background-color: #CAABC0;
}
.BgClassName
{
background-color: #CAABC0;
}
</style>
border-color css
<style>
span { border-color: #CAABC0; }
span { border-color: rgb(202,171,192); }
td.TdClassName
{
border-color: #CAABC0;
}
.TagClassName
{
border-color: #CAABC0;
}
</style>