Shades of Maverick #CEA2C0
Tints of Maverick #CEA2C0
RGB
CMYK
RGB Variations
Color information
#CEA2C0 (or 0xCEA2C0) is known color: Maverick. HEX triplet: CE, A2 and C0. RGB value is (206,162,192). Sum of RGB (Red+Green+Blue) = 206+162+192=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2C0 is #315D3F. Grayscale: #B2B2B2. Windows color (decimal): -3235136 or 12624590. OLE color: 12624590.
HSL color Cylindrical-coordinate representation of color #CEA2C0: hue angle of 319.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA2C0 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 192 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.19 |
| HSL | 319.09º | 0.31% | 0.72% | - |
| HSV(B) | 319.09º | 0.21% | 0.81% | - |
| XYZ | 47.89 | 42.77 | 55.6 | - |
| YUV | 178.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 192 | 0 | 0.21 | 0.07 | 0.19 | 319.09 | 0.31 | 0.72 |
| Hex | CE | A2 | C0 | 0 | 15 | 7 | 13 | 13F | 1F | 48 |
| Octal | 316 | 242 | 300 | 0 | 25 | 7 | 23 | 477 | 37 | 110 |
| Binary | 11001110 | 10100010 | 11000000 | 0 | 10101 | 111 | 10011 | 100111111 | 11111 | 1001000 |
Color Harmonies of #CEA2C0
Complementary color
Monochromatic Colors of #CEA2C0
Black with #CEA2C0
Text Example
Text Example
White with #CEA2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2C0; }
p { color: rgb(206,162,192); }
H1.HeaderClassName
{
color: #CEA2C0;
}
.AnyTagClassName
{
color: #CEA2C0;
}
</style>
background-color css
<style>
a { background-color: #CEA2C0; }
a { background-color: rgb(206,162,192); }
div.DivClassName
{
background-color: #CEA2C0;
}
.BgClassName
{
background-color: #CEA2C0;
}
</style>
border-color css
<style>
span { border-color: #CEA2C0; }
span { border-color: rgb(206,162,192); }
td.TdClassName
{
border-color: #CEA2C0;
}
.TagClassName
{
border-color: #CEA2C0;
}
</style>