Shades of Maverick #CEA0BF
Tints of Maverick #CEA0BF
RGB
CMYK
RGB Variations
Color information
#CEA0BF (or 0xCEA0BF) is known color: Maverick. HEX triplet: CE, A0 and BF. RGB value is (206,160,191). Sum of RGB (Red+Green+Blue) = 206+160+191=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0BF is #315F40. Grayscale: #B1B1B1. Windows color (decimal): -3235649 or 12558542. OLE color: 12558542.
HSL color Cylindrical-coordinate representation of color #CEA0BF: hue angle of 319.57º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA0BF is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 191 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.19 |
| HSL | 319.57º | 0.32% | 0.72% | - |
| HSV(B) | 319.57º | 0.22% | 0.81% | - |
| XYZ | 47.43 | 42.03 | 54.9 | - |
| YUV | 177.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 191 | 0 | 0.22 | 0.07 | 0.19 | 319.57 | 0.32 | 0.72 |
| Hex | CE | A0 | BF | 0 | 16 | 7 | 13 | 140 | 20 | 48 |
| Octal | 316 | 240 | 277 | 0 | 26 | 7 | 23 | 500 | 40 | 110 |
| Binary | 11001110 | 10100000 | 10111111 | 0 | 10110 | 111 | 10011 | 101000000 | 100000 | 1001000 |
Color Harmonies of #CEA0BF
Complementary color
Monochromatic Colors of #CEA0BF
Black with #CEA0BF
Text Example
Text Example
White with #CEA0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0BF; }
p { color: rgb(206,160,191); }
H1.HeaderClassName
{
color: #CEA0BF;
}
.AnyTagClassName
{
color: #CEA0BF;
}
</style>
background-color css
<style>
a { background-color: #CEA0BF; }
a { background-color: rgb(206,160,191); }
div.DivClassName
{
background-color: #CEA0BF;
}
.BgClassName
{
background-color: #CEA0BF;
}
</style>
border-color css
<style>
span { border-color: #CEA0BF; }
span { border-color: rgb(206,160,191); }
td.TdClassName
{
border-color: #CEA0BF;
}
.TagClassName
{
border-color: #CEA0BF;
}
</style>