Shades of Maverick #CAA6C2
Tints of Maverick #CAA6C2
RGB
CMYK
RGB Variations
Color information
#CAA6C2 (or 0xCAA6C2) is known color: Maverick. HEX triplet: CA, A6 and C2. RGB value is (202,166,194). Sum of RGB (Red+Green+Blue) = 202+166+194=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C2 is #35593D. Grayscale: #B3B3B3. Windows color (decimal): -3496254 or 12756682. OLE color: 12756682.
HSL color Cylindrical-coordinate representation of color #CAA6C2: hue angle of 313.33º degrees, saturation: 0.25, 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 #CAA6C2 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 194 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.21 |
| HSL | 313.33º | 0.25% | 0.72% | - |
| HSV(B) | 313.33º | 0.18% | 0.79% | - |
| XYZ | 47.73 | 43.72 | 56.96 | - |
| YUV | 179.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 194 | 0 | 0.18 | 0.04 | 0.21 | 313.33 | 0.25 | 0.72 |
| Hex | CA | A6 | C2 | 0 | 12 | 4 | 15 | 139 | 19 | 48 |
| Octal | 312 | 246 | 302 | 0 | 22 | 4 | 25 | 471 | 31 | 110 |
| Binary | 11001010 | 10100110 | 11000010 | 0 | 10010 | 100 | 10101 | 100111001 | 11001 | 1001000 |
Color Harmonies of #CAA6C2
Complementary color
Monochromatic Colors of #CAA6C2
Black with #CAA6C2
Text Example
Text Example
White with #CAA6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6C2; }
p { color: rgb(202,166,194); }
H1.HeaderClassName
{
color: #CAA6C2;
}
.AnyTagClassName
{
color: #CAA6C2;
}
</style>
background-color css
<style>
a { background-color: #CAA6C2; }
a { background-color: rgb(202,166,194); }
div.DivClassName
{
background-color: #CAA6C2;
}
.BgClassName
{
background-color: #CAA6C2;
}
</style>
border-color css
<style>
span { border-color: #CAA6C2; }
span { border-color: rgb(202,166,194); }
td.TdClassName
{
border-color: #CAA6C2;
}
.TagClassName
{
border-color: #CAA6C2;
}
</style>