Shades of Maverick #CEA2C1
Tints of Maverick #CEA2C1
RGB
CMYK
RGB Variations
Color information
#CEA2C1 (or 0xCEA2C1) is known color: Maverick. HEX triplet: CE, A2 and C1. RGB value is (206,162,193). Sum of RGB (Red+Green+Blue) = 206+162+193=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2C1 is #315D3E. Grayscale: #B2B2B2. Windows color (decimal): -3235135 or 12690126. OLE color: 12690126.
HSL color Cylindrical-coordinate representation of color #CEA2C1: hue angle of 317.73º 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 #CEA2C1 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 193 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.19 |
| HSL | 317.73º | 0.31% | 0.72% | - |
| HSV(B) | 317.73º | 0.21% | 0.81% | - |
| XYZ | 48 | 42.81 | 56.19 | - |
| YUV | 178.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 193 | 0 | 0.21 | 0.06 | 0.19 | 317.73 | 0.31 | 0.72 |
| Hex | CE | A2 | C1 | 0 | 15 | 6 | 13 | 13E | 1F | 48 |
| Octal | 316 | 242 | 301 | 0 | 25 | 6 | 23 | 476 | 37 | 110 |
| Binary | 11001110 | 10100010 | 11000001 | 0 | 10101 | 110 | 10011 | 100111110 | 11111 | 1001000 |
Color Harmonies of #CEA2C1
Complementary color
Monochromatic Colors of #CEA2C1
Black with #CEA2C1
Text Example
Text Example
White with #CEA2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2C1; }
p { color: rgb(206,162,193); }
H1.HeaderClassName
{
color: #CEA2C1;
}
.AnyTagClassName
{
color: #CEA2C1;
}
</style>
background-color css
<style>
a { background-color: #CEA2C1; }
a { background-color: rgb(206,162,193); }
div.DivClassName
{
background-color: #CEA2C1;
}
.BgClassName
{
background-color: #CEA2C1;
}
</style>
border-color css
<style>
span { border-color: #CEA2C1; }
span { border-color: rgb(206,162,193); }
td.TdClassName
{
border-color: #CEA2C1;
}
.TagClassName
{
border-color: #CEA2C1;
}
</style>