Shades of Maverick #CEA7C1
Tints of Maverick #CEA7C1
RGB
CMYK
RGB Variations
Color information
#CEA7C1 (or 0xCEA7C1) is known color: Maverick. HEX triplet: CE, A7 and C1. RGB value is (206,167,193). Sum of RGB (Red+Green+Blue) = 206+167+193=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7C1 is #31583E. Grayscale: #B5B5B5. Windows color (decimal): -3233855 or 12691406. OLE color: 12691406.
HSL color Cylindrical-coordinate representation of color #CEA7C1: hue angle of 320º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA7C1 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 193 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.19 |
| HSL | 320º | 0.28% | 0.73% | - |
| HSV(B) | 320º | 0.19% | 0.81% | - |
| XYZ | 48.9 | 44.61 | 56.49 | - |
| YUV | 181.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 193 | 0 | 0.19 | 0.06 | 0.19 | 320 | 0.28 | 0.73 |
| Hex | CE | A7 | C1 | 0 | 13 | 6 | 13 | 140 | 1C | 49 |
| Octal | 316 | 247 | 301 | 0 | 23 | 6 | 23 | 500 | 34 | 111 |
| Binary | 11001110 | 10100111 | 11000001 | 0 | 10011 | 110 | 10011 | 101000000 | 11100 | 1001001 |
Color Harmonies of #CEA7C1
Complementary color
Monochromatic Colors of #CEA7C1
Black with #CEA7C1
Text Example
Text Example
White with #CEA7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7C1; }
p { color: rgb(206,167,193); }
H1.HeaderClassName
{
color: #CEA7C1;
}
.AnyTagClassName
{
color: #CEA7C1;
}
</style>
background-color css
<style>
a { background-color: #CEA7C1; }
a { background-color: rgb(206,167,193); }
div.DivClassName
{
background-color: #CEA7C1;
}
.BgClassName
{
background-color: #CEA7C1;
}
</style>
border-color css
<style>
span { border-color: #CEA7C1; }
span { border-color: rgb(206,167,193); }
td.TdClassName
{
border-color: #CEA7C1;
}
.TagClassName
{
border-color: #CEA7C1;
}
</style>