Shades of Maverick #CAA8BE
Tints of Maverick #CAA8BE
RGB
CMYK
RGB Variations
Color information
#CAA8BE (or 0xCAA8BE) is known color: Maverick. HEX triplet: CA, A8 and BE. RGB value is (202,168,190). Sum of RGB (Red+Green+Blue) = 202+168+190=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8BE is #355741. Grayscale: #B4B4B4. Windows color (decimal): -3495746 or 12495050. OLE color: 12495050.
HSL color Cylindrical-coordinate representation of color #CAA8BE: hue angle of 321.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA8BE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 190 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.21 |
| HSL | 321.18º | 0.24% | 0.73% | - |
| HSV(B) | 321.18º | 0.17% | 0.79% | - |
| XYZ | 47.65 | 44.28 | 54.75 | - |
| YUV | 180.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 190 | 0 | 0.17 | 0.06 | 0.21 | 321.18 | 0.24 | 0.73 |
| Hex | CA | A8 | BE | 0 | 11 | 6 | 15 | 141 | 18 | 49 |
| Octal | 312 | 250 | 276 | 0 | 21 | 6 | 25 | 501 | 30 | 111 |
| Binary | 11001010 | 10101000 | 10111110 | 0 | 10001 | 110 | 10101 | 101000001 | 11000 | 1001001 |
Color Harmonies of #CAA8BE
Complementary color
Monochromatic Colors of #CAA8BE
Black with #CAA8BE
Text Example
Text Example
White with #CAA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8BE; }
p { color: rgb(202,168,190); }
H1.HeaderClassName
{
color: #CAA8BE;
}
.AnyTagClassName
{
color: #CAA8BE;
}
</style>
background-color css
<style>
a { background-color: #CAA8BE; }
a { background-color: rgb(202,168,190); }
div.DivClassName
{
background-color: #CAA8BE;
}
.BgClassName
{
background-color: #CAA8BE;
}
</style>
border-color css
<style>
span { border-color: #CAA8BE; }
span { border-color: rgb(202,168,190); }
td.TdClassName
{
border-color: #CAA8BE;
}
.TagClassName
{
border-color: #CAA8BE;
}
</style>