Shades of Maverick #CEA6C3
Tints of Maverick #CEA6C3
RGB
CMYK
RGB Variations
Color information
#CEA6C3 (or 0xCEA6C3) is known color: Maverick. HEX triplet: CE, A6 and C3. RGB value is (206,166,195). Sum of RGB (Red+Green+Blue) = 206+166+195=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6C3 is #31593C. Grayscale: #B5B5B5. Windows color (decimal): -3234109 or 12822222. OLE color: 12822222.
HSL color Cylindrical-coordinate representation of color #CEA6C3: hue angle of 316.5º degrees, saturation: 0.29, 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 #CEA6C3 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 195 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.19 |
| HSL | 316.5º | 0.29% | 0.73% | - |
| HSV(B) | 316.5º | 0.19% | 0.81% | - |
| XYZ | 48.94 | 44.33 | 57.61 | - |
| YUV | 181.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 195 | 0 | 0.19 | 0.05 | 0.19 | 316.5 | 0.29 | 0.73 |
| Hex | CE | A6 | C3 | 0 | 13 | 5 | 13 | 13C | 1D | 49 |
| Octal | 316 | 246 | 303 | 0 | 23 | 5 | 23 | 474 | 35 | 111 |
| Binary | 11001110 | 10100110 | 11000011 | 0 | 10011 | 101 | 10011 | 100111100 | 11101 | 1001001 |
Color Harmonies of #CEA6C3
Complementary color
Monochromatic Colors of #CEA6C3
Black with #CEA6C3
Text Example
Text Example
White with #CEA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA6C3; }
p { color: rgb(206,166,195); }
H1.HeaderClassName
{
color: #CEA6C3;
}
.AnyTagClassName
{
color: #CEA6C3;
}
</style>
background-color css
<style>
a { background-color: #CEA6C3; }
a { background-color: rgb(206,166,195); }
div.DivClassName
{
background-color: #CEA6C3;
}
.BgClassName
{
background-color: #CEA6C3;
}
</style>
border-color css
<style>
span { border-color: #CEA6C3; }
span { border-color: rgb(206,166,195); }
td.TdClassName
{
border-color: #CEA6C3;
}
.TagClassName
{
border-color: #CEA6C3;
}
</style>