Shades of Maverick #CAA4BD
Tints of Maverick #CAA4BD
RGB
CMYK
RGB Variations
Color information
#CAA4BD (or 0xCAA4BD) is known color: Maverick. HEX triplet: CA, A4 and BD. RGB value is (202,164,189). Sum of RGB (Red+Green+Blue) = 202+164+189=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4BD is #355B42. Grayscale: #B2B2B2. Windows color (decimal): -3496771 or 12428490. OLE color: 12428490.
HSL color Cylindrical-coordinate representation of color #CAA4BD: hue angle of 320.53º 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 #CAA4BD is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 189 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.21 |
| HSL | 320.53º | 0.26% | 0.72% | - |
| HSV(B) | 320.53º | 0.19% | 0.79% | - |
| XYZ | 46.82 | 42.78 | 53.93 | - |
| YUV | 178.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 189 | 0 | 0.19 | 0.06 | 0.21 | 320.53 | 0.26 | 0.72 |
| Hex | CA | A4 | BD | 0 | 13 | 6 | 15 | 141 | 1A | 48 |
| Octal | 312 | 244 | 275 | 0 | 23 | 6 | 25 | 501 | 32 | 110 |
| Binary | 11001010 | 10100100 | 10111101 | 0 | 10011 | 110 | 10101 | 101000001 | 11010 | 1001000 |
Color Harmonies of #CAA4BD
Complementary color
Monochromatic Colors of #CAA4BD
Black with #CAA4BD
Text Example
Text Example
White with #CAA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4BD; }
p { color: rgb(202,164,189); }
H1.HeaderClassName
{
color: #CAA4BD;
}
.AnyTagClassName
{
color: #CAA4BD;
}
</style>
background-color css
<style>
a { background-color: #CAA4BD; }
a { background-color: rgb(202,164,189); }
div.DivClassName
{
background-color: #CAA4BD;
}
.BgClassName
{
background-color: #CAA4BD;
}
</style>
border-color css
<style>
span { border-color: #CAA4BD; }
span { border-color: rgb(202,164,189); }
td.TdClassName
{
border-color: #CAA4BD;
}
.TagClassName
{
border-color: #CAA4BD;
}
</style>