Shades of Maverick #CAA5C1
Tints of Maverick #CAA5C1
RGB
CMYK
RGB Variations
Color information
#CAA5C1 (or 0xCAA5C1) is known color: Maverick. HEX triplet: CA, A5 and C1. RGB value is (202,165,193). Sum of RGB (Red+Green+Blue) = 202+165+193=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5C1 is #355A3E. Grayscale: #B3B3B3. Windows color (decimal): -3496511 or 12690890. OLE color: 12690890.
HSL color Cylindrical-coordinate representation of color #CAA5C1: hue angle of 314.59º 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 #CAA5C1 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 193 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.21 |
| HSL | 314.59º | 0.26% | 0.72% | - |
| HSV(B) | 314.59º | 0.18% | 0.79% | - |
| XYZ | 47.44 | 43.32 | 56.31 | - |
| YUV | 179.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 193 | 0 | 0.18 | 0.04 | 0.21 | 314.59 | 0.26 | 0.72 |
| Hex | CA | A5 | C1 | 0 | 12 | 4 | 15 | 13B | 1A | 48 |
| Octal | 312 | 245 | 301 | 0 | 22 | 4 | 25 | 473 | 32 | 110 |
| Binary | 11001010 | 10100101 | 11000001 | 0 | 10010 | 100 | 10101 | 100111011 | 11010 | 1001000 |
Color Harmonies of #CAA5C1
Complementary color
Monochromatic Colors of #CAA5C1
Black with #CAA5C1
Text Example
Text Example
White with #CAA5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5C1; }
p { color: rgb(202,165,193); }
H1.HeaderClassName
{
color: #CAA5C1;
}
.AnyTagClassName
{
color: #CAA5C1;
}
</style>
background-color css
<style>
a { background-color: #CAA5C1; }
a { background-color: rgb(202,165,193); }
div.DivClassName
{
background-color: #CAA5C1;
}
.BgClassName
{
background-color: #CAA5C1;
}
</style>
border-color css
<style>
span { border-color: #CAA5C1; }
span { border-color: rgb(202,165,193); }
td.TdClassName
{
border-color: #CAA5C1;
}
.TagClassName
{
border-color: #CAA5C1;
}
</style>