Shades of Maverick #CAA5BC
Tints of Maverick #CAA5BC
RGB
CMYK
RGB Variations
Color information
#CAA5BC (or 0xCAA5BC) is known color: Maverick. HEX triplet: CA, A5 and BC. RGB value is (202,165,188). Sum of RGB (Red+Green+Blue) = 202+165+188=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5BC is #355A43. Grayscale: #B2B2B2. Windows color (decimal): -3496516 or 12363210. OLE color: 12363210.
HSL color Cylindrical-coordinate representation of color #CAA5BC: hue angle of 322.7º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA5BC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 188 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.21 |
| HSL | 322.7º | 0.26% | 0.72% | - |
| HSV(B) | 322.7º | 0.18% | 0.79% | - |
| XYZ | 46.89 | 43.1 | 53.42 | - |
| YUV | 178.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 188 | 0 | 0.18 | 0.07 | 0.21 | 322.7 | 0.26 | 0.72 |
| Hex | CA | A5 | BC | 0 | 12 | 7 | 15 | 143 | 1A | 48 |
| Octal | 312 | 245 | 274 | 0 | 22 | 7 | 25 | 503 | 32 | 110 |
| Binary | 11001010 | 10100101 | 10111100 | 0 | 10010 | 111 | 10101 | 101000011 | 11010 | 1001000 |
Color Harmonies of #CAA5BC
Complementary color
Monochromatic Colors of #CAA5BC
Black with #CAA5BC
Text Example
Text Example
White with #CAA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5BC; }
p { color: rgb(202,165,188); }
H1.HeaderClassName
{
color: #CAA5BC;
}
.AnyTagClassName
{
color: #CAA5BC;
}
</style>
background-color css
<style>
a { background-color: #CAA5BC; }
a { background-color: rgb(202,165,188); }
div.DivClassName
{
background-color: #CAA5BC;
}
.BgClassName
{
background-color: #CAA5BC;
}
</style>
border-color css
<style>
span { border-color: #CAA5BC; }
span { border-color: rgb(202,165,188); }
td.TdClassName
{
border-color: #CAA5BC;
}
.TagClassName
{
border-color: #CAA5BC;
}
</style>