Shades of Maverick #CAA6BC
Tints of Maverick #CAA6BC
RGB
CMYK
RGB Variations
Color information
#CAA6BC (or 0xCAA6BC) is known color: Maverick. HEX triplet: CA, A6 and BC. RGB value is (202,166,188). Sum of RGB (Red+Green+Blue) = 202+166+188=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6BC is #355943. Grayscale: #B3B3B3. Windows color (decimal): -3496260 or 12363466. OLE color: 12363466.
HSL color Cylindrical-coordinate representation of color #CAA6BC: hue angle of 323.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 #CAA6BC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 188 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.21 |
| HSL | 323.33º | 0.25% | 0.72% | - |
| HSV(B) | 323.33º | 0.18% | 0.79% | - |
| XYZ | 47.07 | 43.46 | 53.48 | - |
| YUV | 179.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 188 | 0 | 0.18 | 0.07 | 0.21 | 323.33 | 0.25 | 0.72 |
| Hex | CA | A6 | BC | 0 | 12 | 7 | 15 | 143 | 19 | 48 |
| Octal | 312 | 246 | 274 | 0 | 22 | 7 | 25 | 503 | 31 | 110 |
| Binary | 11001010 | 10100110 | 10111100 | 0 | 10010 | 111 | 10101 | 101000011 | 11001 | 1001000 |
Color Harmonies of #CAA6BC
Complementary color
Monochromatic Colors of #CAA6BC
Black with #CAA6BC
Text Example
Text Example
White with #CAA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6BC; }
p { color: rgb(202,166,188); }
H1.HeaderClassName
{
color: #CAA6BC;
}
.AnyTagClassName
{
color: #CAA6BC;
}
</style>
background-color css
<style>
a { background-color: #CAA6BC; }
a { background-color: rgb(202,166,188); }
div.DivClassName
{
background-color: #CAA6BC;
}
.BgClassName
{
background-color: #CAA6BC;
}
</style>
border-color css
<style>
span { border-color: #CAA6BC; }
span { border-color: rgb(202,166,188); }
td.TdClassName
{
border-color: #CAA6BC;
}
.TagClassName
{
border-color: #CAA6BC;
}
</style>