Shades of Maverick #CEAEC0
Tints of Maverick #CEAEC0
RGB
CMYK
RGB Variations
Color information
#CEAEC0 (or 0xCEAEC0) is known color: Maverick. HEX triplet: CE, AE and C0. RGB value is (206,174,192). Sum of RGB (Red+Green+Blue) = 206+174+192=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEC0 is #31513F. Grayscale: #B9B9B9. Windows color (decimal): -3232064 or 12627662. OLE color: 12627662.
HSL color Cylindrical-coordinate representation of color #CEAEC0: hue angle of 326.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEAEC0 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 192 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.19 |
| HSL | 326.25º | 0.25% | 0.75% | - |
| HSV(B) | 326.25º | 0.16% | 0.81% | - |
| XYZ | 50.1 | 47.2 | 56.34 | - |
| YUV | 185.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 192 | 0 | 0.16 | 0.07 | 0.19 | 326.25 | 0.25 | 0.75 |
| Hex | CE | AE | C0 | 0 | 10 | 7 | 13 | 146 | 19 | 4B |
| Octal | 316 | 256 | 300 | 0 | 20 | 7 | 23 | 506 | 31 | 113 |
| Binary | 11001110 | 10101110 | 11000000 | 0 | 10000 | 111 | 10011 | 101000110 | 11001 | 1001011 |
Color Harmonies of #CEAEC0
Complementary color
Monochromatic Colors of #CEAEC0
Black with #CEAEC0
Text Example
Text Example
White with #CEAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEC0; }
p { color: rgb(206,174,192); }
H1.HeaderClassName
{
color: #CEAEC0;
}
.AnyTagClassName
{
color: #CEAEC0;
}
</style>
background-color css
<style>
a { background-color: #CEAEC0; }
a { background-color: rgb(206,174,192); }
div.DivClassName
{
background-color: #CEAEC0;
}
.BgClassName
{
background-color: #CEAEC0;
}
</style>
border-color css
<style>
span { border-color: #CEAEC0; }
span { border-color: rgb(206,174,192); }
td.TdClassName
{
border-color: #CEAEC0;
}
.TagClassName
{
border-color: #CEAEC0;
}
</style>