Shades of Maverick #CEA8BA
Tints of Maverick #CEA8BA
RGB
CMYK
RGB Variations
Color information
#CEA8BA (or 0xCEA8BA) is known color: Maverick. HEX triplet: CE, A8 and BA. RGB value is (206,168,186). Sum of RGB (Red+Green+Blue) = 206+168+186=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8BA is #315745. Grayscale: #B5B5B5. Windows color (decimal): -3233606 or 12232910. OLE color: 12232910.
HSL color Cylindrical-coordinate representation of color #CEA8BA: hue angle of 331.58º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA8BA is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 186 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.19 |
| HSL | 331.58º | 0.28% | 0.73% | - |
| HSV(B) | 331.58º | 0.18% | 0.81% | - |
| XYZ | 48.32 | 44.67 | 52.53 | - |
| YUV | 181.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 186 | 0 | 0.18 | 0.10 | 0.19 | 331.58 | 0.28 | 0.73 |
| Hex | CE | A8 | BA | 0 | 12 | A | 13 | 14C | 1C | 49 |
| Octal | 316 | 250 | 272 | 0 | 22 | 12 | 23 | 514 | 34 | 111 |
| Binary | 11001110 | 10101000 | 10111010 | 0 | 10010 | 1010 | 10011 | 101001100 | 11100 | 1001001 |
Color Harmonies of #CEA8BA
Complementary color
Monochromatic Colors of #CEA8BA
Black with #CEA8BA
Text Example
Text Example
White with #CEA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8BA; }
p { color: rgb(206,168,186); }
H1.HeaderClassName
{
color: #CEA8BA;
}
.AnyTagClassName
{
color: #CEA8BA;
}
</style>
background-color css
<style>
a { background-color: #CEA8BA; }
a { background-color: rgb(206,168,186); }
div.DivClassName
{
background-color: #CEA8BA;
}
.BgClassName
{
background-color: #CEA8BA;
}
</style>
border-color css
<style>
span { border-color: #CEA8BA; }
span { border-color: rgb(206,168,186); }
td.TdClassName
{
border-color: #CEA8BA;
}
.TagClassName
{
border-color: #CEA8BA;
}
</style>