Shades of Maverick #CAA8BC
Tints of Maverick #CAA8BC
RGB
CMYK
RGB Variations
Color information
#CAA8BC (or 0xCAA8BC) is known color: Maverick. HEX triplet: CA, A8 and BC. RGB value is (202,168,188). Sum of RGB (Red+Green+Blue) = 202+168+188=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8BC is #355743. Grayscale: #B4B4B4. Windows color (decimal): -3495748 or 12363978. OLE color: 12363978.
HSL color Cylindrical-coordinate representation of color #CAA8BC: hue angle of 324.71º 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 #CAA8BC is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 188 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.21 |
| HSL | 324.71º | 0.24% | 0.73% | - |
| HSV(B) | 324.71º | 0.17% | 0.79% | - |
| XYZ | 47.44 | 44.19 | 53.61 | - |
| YUV | 180.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 188 | 0 | 0.17 | 0.07 | 0.21 | 324.71 | 0.24 | 0.73 |
| Hex | CA | A8 | BC | 0 | 11 | 7 | 15 | 145 | 18 | 49 |
| Octal | 312 | 250 | 274 | 0 | 21 | 7 | 25 | 505 | 30 | 111 |
| Binary | 11001010 | 10101000 | 10111100 | 0 | 10001 | 111 | 10101 | 101000101 | 11000 | 1001001 |
Color Harmonies of #CAA8BC
Complementary color
Monochromatic Colors of #CAA8BC
Black with #CAA8BC
Text Example
Text Example
White with #CAA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8BC; }
p { color: rgb(202,168,188); }
H1.HeaderClassName
{
color: #CAA8BC;
}
.AnyTagClassName
{
color: #CAA8BC;
}
</style>
background-color css
<style>
a { background-color: #CAA8BC; }
a { background-color: rgb(202,168,188); }
div.DivClassName
{
background-color: #CAA8BC;
}
.BgClassName
{
background-color: #CAA8BC;
}
</style>
border-color css
<style>
span { border-color: #CAA8BC; }
span { border-color: rgb(202,168,188); }
td.TdClassName
{
border-color: #CAA8BC;
}
.TagClassName
{
border-color: #CAA8BC;
}
</style>