Shades of Maverick #CAA4BC
Tints of Maverick #CAA4BC
RGB
CMYK
RGB Variations
Color information
#CAA4BC (or 0xCAA4BC) is known color: Maverick. HEX triplet: CA, A4 and BC. RGB value is (202,164,188). Sum of RGB (Red+Green+Blue) = 202+164+188=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4BC is #355B43. Grayscale: #B2B2B2. Windows color (decimal): -3496772 or 12362954. OLE color: 12362954.
HSL color Cylindrical-coordinate representation of color #CAA4BC: hue angle of 322.11º 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 #CAA4BC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 188 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.21 |
| HSL | 322.11º | 0.26% | 0.72% | - |
| HSV(B) | 322.11º | 0.19% | 0.79% | - |
| XYZ | 46.71 | 42.74 | 53.36 | - |
| YUV | 178.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 188 | 0 | 0.19 | 0.07 | 0.21 | 322.11 | 0.26 | 0.72 |
| Hex | CA | A4 | BC | 0 | 13 | 7 | 15 | 142 | 1A | 48 |
| Octal | 312 | 244 | 274 | 0 | 23 | 7 | 25 | 502 | 32 | 110 |
| Binary | 11001010 | 10100100 | 10111100 | 0 | 10011 | 111 | 10101 | 101000010 | 11010 | 1001000 |
Color Harmonies of #CAA4BC
Complementary color
Monochromatic Colors of #CAA4BC
Black with #CAA4BC
Text Example
Text Example
White with #CAA4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4BC; }
p { color: rgb(202,164,188); }
H1.HeaderClassName
{
color: #CAA4BC;
}
.AnyTagClassName
{
color: #CAA4BC;
}
</style>
background-color css
<style>
a { background-color: #CAA4BC; }
a { background-color: rgb(202,164,188); }
div.DivClassName
{
background-color: #CAA4BC;
}
.BgClassName
{
background-color: #CAA4BC;
}
</style>
border-color css
<style>
span { border-color: #CAA4BC; }
span { border-color: rgb(202,164,188); }
td.TdClassName
{
border-color: #CAA4BC;
}
.TagClassName
{
border-color: #CAA4BC;
}
</style>