Shades of Maverick #CEA2C2
Tints of Maverick #CEA2C2
RGB
CMYK
RGB Variations
Color information
#CEA2C2 (or 0xCEA2C2) is known color: Maverick. HEX triplet: CE, A2 and C2. RGB value is (206,162,194). Sum of RGB (Red+Green+Blue) = 206+162+194=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2C2 is #315D3D. Grayscale: #B2B2B2. Windows color (decimal): -3235134 or 12755662. OLE color: 12755662.
HSL color Cylindrical-coordinate representation of color #CEA2C2: hue angle of 316.36º 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 #CEA2C2 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 194 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.19 |
| HSL | 316.36º | 0.31% | 0.72% | - |
| HSV(B) | 316.36º | 0.21% | 0.81% | - |
| XYZ | 48.11 | 42.86 | 56.78 | - |
| YUV | 178.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 194 | 0 | 0.21 | 0.06 | 0.19 | 316.36 | 0.31 | 0.72 |
| Hex | CE | A2 | C2 | 0 | 15 | 6 | 13 | 13C | 1F | 48 |
| Octal | 316 | 242 | 302 | 0 | 25 | 6 | 23 | 474 | 37 | 110 |
| Binary | 11001110 | 10100010 | 11000010 | 0 | 10101 | 110 | 10011 | 100111100 | 11111 | 1001000 |
Color Harmonies of #CEA2C2
Complementary color
Monochromatic Colors of #CEA2C2
Black with #CEA2C2
Text Example
Text Example
White with #CEA2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2C2; }
p { color: rgb(206,162,194); }
H1.HeaderClassName
{
color: #CEA2C2;
}
.AnyTagClassName
{
color: #CEA2C2;
}
</style>
background-color css
<style>
a { background-color: #CEA2C2; }
a { background-color: rgb(206,162,194); }
div.DivClassName
{
background-color: #CEA2C2;
}
.BgClassName
{
background-color: #CEA2C2;
}
</style>
border-color css
<style>
span { border-color: #CEA2C2; }
span { border-color: rgb(206,162,194); }
td.TdClassName
{
border-color: #CEA2C2;
}
.TagClassName
{
border-color: #CEA2C2;
}
</style>