Shades of Maverick #CEA4C2
Tints of Maverick #CEA4C2
RGB
CMYK
RGB Variations
Color information
#CEA4C2 (or 0xCEA4C2) is known color: Maverick. HEX triplet: CE, A4 and C2. RGB value is (206,164,194). Sum of RGB (Red+Green+Blue) = 206+164+194=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4C2 is #315B3D. Grayscale: #B3B3B3. Windows color (decimal): -3234622 or 12756174. OLE color: 12756174.
HSL color Cylindrical-coordinate representation of color #CEA4C2: hue angle of 317.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA4C2 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 194 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.19 |
| HSL | 317.14º | 0.3% | 0.73% | - |
| HSV(B) | 317.14º | 0.2% | 0.81% | - |
| XYZ | 48.47 | 43.57 | 56.89 | - |
| YUV | 179.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 194 | 0 | 0.20 | 0.06 | 0.19 | 317.14 | 0.3 | 0.73 |
| Hex | CE | A4 | C2 | 0 | 14 | 6 | 13 | 13D | 1E | 49 |
| Octal | 316 | 244 | 302 | 0 | 24 | 6 | 23 | 475 | 36 | 111 |
| Binary | 11001110 | 10100100 | 11000010 | 0 | 10100 | 110 | 10011 | 100111101 | 11110 | 1001001 |
Color Harmonies of #CEA4C2
Complementary color
Monochromatic Colors of #CEA4C2
Black with #CEA4C2
Text Example
Text Example
White with #CEA4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4C2; }
p { color: rgb(206,164,194); }
H1.HeaderClassName
{
color: #CEA4C2;
}
.AnyTagClassName
{
color: #CEA4C2;
}
</style>
background-color css
<style>
a { background-color: #CEA4C2; }
a { background-color: rgb(206,164,194); }
div.DivClassName
{
background-color: #CEA4C2;
}
.BgClassName
{
background-color: #CEA4C2;
}
</style>
border-color css
<style>
span { border-color: #CEA4C2; }
span { border-color: rgb(206,164,194); }
td.TdClassName
{
border-color: #CEA4C2;
}
.TagClassName
{
border-color: #CEA4C2;
}
</style>