Shades of Maverick #CAA4BE
Tints of Maverick #CAA4BE
RGB
CMYK
RGB Variations
Color information
#CAA4BE (or 0xCAA4BE) is known color: Maverick. HEX triplet: CA, A4 and BE. RGB value is (202,164,190). Sum of RGB (Red+Green+Blue) = 202+164+190=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4BE is #355B41. Grayscale: #B2B2B2. Windows color (decimal): -3496770 or 12494026. OLE color: 12494026.
HSL color Cylindrical-coordinate representation of color #CAA4BE: hue angle of 318.95º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA4BE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 164 | 190 | - |
CMYK | 0 | 0.19 | 0.06 | 0.21 |
HSL | 318.95º | 0.26% | 0.72% | - |
HSV(B) | 318.95º | 0.19% | 0.79% | - |
XYZ | 46.93 | 42.83 | 54.51 | - |
YUV | 178.33 | 134.59 | 144.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 164 | 190 | 0 | 0.19 | 0.06 | 0.21 | 318.95 | 0.26 | 0.72 |
Hex | CA | A4 | BE | 0 | 13 | 6 | 15 | 13F | 1A | 48 |
Octal | 312 | 244 | 276 | 0 | 23 | 6 | 25 | 477 | 32 | 110 |
Binary | 11001010 | 10100100 | 10111110 | 0 | 10011 | 110 | 10101 | 100111111 | 11010 | 1001000 |
Color Harmonies of #CAA4BE
Complementary color
Monochromatic Colors of #CAA4BE
Black with #CAA4BE
Text Example
Text Example
White with #CAA4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4BE; }
p { color: rgb(202,164,190); }
H1.HeaderClassName
{
color: #CAA4BE;
}
.AnyTagClassName
{
color: #CAA4BE;
}
</style>
background-color css
<style>
a { background-color: #CAA4BE; }
a { background-color: rgb(202,164,190); }
div.DivClassName
{
background-color: #CAA4BE;
}
.BgClassName
{
background-color: #CAA4BE;
}
</style>
border-color css
<style>
span { border-color: #CAA4BE; }
span { border-color: rgb(202,164,190); }
td.TdClassName
{
border-color: #CAA4BE;
}
.TagClassName
{
border-color: #CAA4BE;
}
</style>