Shades of Maverick #CEC0CA
Tints of Maverick #CEC0CA
RGB
CMYK
RGB Variations
Color information
#CEC0CA (or 0xCEC0CA) is known color: Maverick. HEX triplet: CE, C0 and CA. RGB value is (206,192,202). Sum of RGB (Red+Green+Blue) = 206+192+202=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0CA is #313F35. Grayscale: #C5C5C5. Windows color (decimal): -3227446 or 13287630. OLE color: 13287630.
HSL color Cylindrical-coordinate representation of color #CEC0CA: hue angle of 317.14º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC0CA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 202 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.19 |
| HSL | 317.14º | 0.13% | 0.78% | - |
| HSV(B) | 317.14º | 0.07% | 0.81% | - |
| XYZ | 54.96 | 55.09 | 63.61 | - |
| YUV | 197.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 202 | 0 | 0.07 | 0.02 | 0.19 | 317.14 | 0.13 | 0.78 |
| Hex | CE | C0 | CA | 0 | 7 | 2 | 13 | 13D | C | 4E |
| Octal | 316 | 300 | 312 | 0 | 7 | 2 | 23 | 475 | 14 | 116 |
| Binary | 11001110 | 11000000 | 11001010 | 0 | 111 | 10 | 10011 | 100111101 | 1100 | 1001110 |
Color Harmonies of #CEC0CA
Complementary color
Monochromatic Colors of #CEC0CA
Black with #CEC0CA
Text Example
Text Example
White with #CEC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0CA; }
p { color: rgb(206,192,202); }
H1.HeaderClassName
{
color: #CEC0CA;
}
.AnyTagClassName
{
color: #CEC0CA;
}
</style>
background-color css
<style>
a { background-color: #CEC0CA; }
a { background-color: rgb(206,192,202); }
div.DivClassName
{
background-color: #CEC0CA;
}
.BgClassName
{
background-color: #CEC0CA;
}
</style>
border-color css
<style>
span { border-color: #CEC0CA; }
span { border-color: rgb(206,192,202); }
td.TdClassName
{
border-color: #CEC0CA;
}
.TagClassName
{
border-color: #CEC0CA;
}
</style>