Shades of Maverick #CAA2BE
Tints of Maverick #CAA2BE
RGB
CMYK
RGB Variations
Color information
#CAA2BE (or 0xCAA2BE) is known color: Maverick. HEX triplet: CA, A2 and BE. RGB value is (202,162,190). Sum of RGB (Red+Green+Blue) = 202+162+190=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2BE is #355D41. Grayscale: #B1B1B1. Windows color (decimal): -3497282 or 12493514. OLE color: 12493514.
HSL color Cylindrical-coordinate representation of color #CAA2BE: hue angle of 318º 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 #CAA2BE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 162 | 190 | - |
CMYK | 0 | 0.20 | 0.06 | 0.21 |
HSL | 318º | 0.27% | 0.71% | - |
HSV(B) | 318º | 0.2% | 0.79% | - |
XYZ | 46.57 | 42.11 | 54.39 | - |
YUV | 177.15 | 135.25 | 145.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 162 | 190 | 0 | 0.20 | 0.06 | 0.21 | 318 | 0.27 | 0.71 |
Hex | CA | A2 | BE | 0 | 14 | 6 | 15 | 13E | 1B | 47 |
Octal | 312 | 242 | 276 | 0 | 24 | 6 | 25 | 476 | 33 | 107 |
Binary | 11001010 | 10100010 | 10111110 | 0 | 10100 | 110 | 10101 | 100111110 | 11011 | 1000111 |
Color Harmonies of #CAA2BE
Complementary color
Monochromatic Colors of #CAA2BE
Black with #CAA2BE
Text Example
Text Example
White with #CAA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2BE; }
p { color: rgb(202,162,190); }
H1.HeaderClassName
{
color: #CAA2BE;
}
.AnyTagClassName
{
color: #CAA2BE;
}
</style>
background-color css
<style>
a { background-color: #CAA2BE; }
a { background-color: rgb(202,162,190); }
div.DivClassName
{
background-color: #CAA2BE;
}
.BgClassName
{
background-color: #CAA2BE;
}
</style>
border-color css
<style>
span { border-color: #CAA2BE; }
span { border-color: rgb(202,162,190); }
td.TdClassName
{
border-color: #CAA2BE;
}
.TagClassName
{
border-color: #CAA2BE;
}
</style>