Shades of Maverick #CAABBE
Tints of Maverick #CAABBE
RGB
CMYK
RGB Variations
Color information
#CAABBE (or 0xCAABBE) is known color: Maverick. HEX triplet: CA, AB and BE. RGB value is (202,171,190). Sum of RGB (Red+Green+Blue) = 202+171+190=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABBE is #355441. Grayscale: #B6B6B6. Windows color (decimal): -3494978 or 12495818. OLE color: 12495818.
HSL color Cylindrical-coordinate representation of color #CAABBE: hue angle of 323.23º 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 #CAABBE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 171 | 190 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.21 |
| HSL | 323.23º | 0.23% | 0.73% | - |
| HSV(B) | 323.23º | 0.15% | 0.79% | - |
| XYZ | 48.21 | 45.4 | 54.94 | - |
| YUV | 182.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 190 | 0 | 0.15 | 0.06 | 0.21 | 323.23 | 0.23 | 0.73 |
| Hex | CA | AB | BE | 0 | F | 6 | 15 | 143 | 17 | 49 |
| Octal | 312 | 253 | 276 | 0 | 17 | 6 | 25 | 503 | 27 | 111 |
| Binary | 11001010 | 10101011 | 10111110 | 0 | 1111 | 110 | 10101 | 101000011 | 10111 | 1001001 |
Color Harmonies of #CAABBE
Complementary color
Monochromatic Colors of #CAABBE
Black with #CAABBE
Text Example
Text Example
White with #CAABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABBE; }
p { color: rgb(202,171,190); }
H1.HeaderClassName
{
color: #CAABBE;
}
.AnyTagClassName
{
color: #CAABBE;
}
</style>
background-color css
<style>
a { background-color: #CAABBE; }
a { background-color: rgb(202,171,190); }
div.DivClassName
{
background-color: #CAABBE;
}
.BgClassName
{
background-color: #CAABBE;
}
</style>
border-color css
<style>
span { border-color: #CAABBE; }
span { border-color: rgb(202,171,190); }
td.TdClassName
{
border-color: #CAABBE;
}
.TagClassName
{
border-color: #CAABBE;
}
</style>