Shades of Maverick #CEA8C5
Tints of Maverick #CEA8C5
RGB
CMYK
RGB Variations
Color information
#CEA8C5 (or 0xCEA8C5) is known color: Maverick. HEX triplet: CE, A8 and C5. RGB value is (206,168,197). Sum of RGB (Red+Green+Blue) = 206+168+197=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8C5 is #31573A. Grayscale: #B6B6B6. Windows color (decimal): -3233595 or 12953806. OLE color: 12953806.
HSL color Cylindrical-coordinate representation of color #CEA8C5: hue angle of 314.21º 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 #CEA8C5 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 197 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.19 |
| HSL | 314.21º | 0.28% | 0.73% | - |
| HSV(B) | 314.21º | 0.18% | 0.81% | - |
| XYZ | 49.53 | 45.16 | 58.93 | - |
| YUV | 182.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 197 | 0 | 0.18 | 0.04 | 0.19 | 314.21 | 0.28 | 0.73 |
| Hex | CE | A8 | C5 | 0 | 12 | 4 | 13 | 13A | 1C | 49 |
| Octal | 316 | 250 | 305 | 0 | 22 | 4 | 23 | 472 | 34 | 111 |
| Binary | 11001110 | 10101000 | 11000101 | 0 | 10010 | 100 | 10011 | 100111010 | 11100 | 1001001 |
Color Harmonies of #CEA8C5
Complementary color
Monochromatic Colors of #CEA8C5
Black with #CEA8C5
Text Example
Text Example
White with #CEA8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8C5; }
p { color: rgb(206,168,197); }
H1.HeaderClassName
{
color: #CEA8C5;
}
.AnyTagClassName
{
color: #CEA8C5;
}
</style>
background-color css
<style>
a { background-color: #CEA8C5; }
a { background-color: rgb(206,168,197); }
div.DivClassName
{
background-color: #CEA8C5;
}
.BgClassName
{
background-color: #CEA8C5;
}
</style>
border-color css
<style>
span { border-color: #CEA8C5; }
span { border-color: rgb(206,168,197); }
td.TdClassName
{
border-color: #CEA8C5;
}
.TagClassName
{
border-color: #CEA8C5;
}
</style>