Shades of Maverick #CEC2CB
Tints of Maverick #CEC2CB
RGB
CMYK
RGB Variations
Color information
#CEC2CB (or 0xCEC2CB) is known color: Maverick. HEX triplet: CE, C2 and CB. RGB value is (206,194,203). Sum of RGB (Red+Green+Blue) = 206+194+203=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2CB is #313D34. Grayscale: #C6C6C6. Windows color (decimal): -3226933 or 13353678. OLE color: 13353678.
HSL color Cylindrical-coordinate representation of color #CEC2CB: hue angle of 315º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC2CB is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 203 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.19 |
| HSL | 315º | 0.11% | 0.78% | - |
| HSV(B) | 315º | 0.06% | 0.81% | - |
| XYZ | 55.52 | 56.02 | 64.39 | - |
| YUV | 198.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 203 | 0 | 0.06 | 0.01 | 0.19 | 315 | 0.11 | 0.78 |
| Hex | CE | C2 | CB | 0 | 6 | 1 | 13 | 13B | B | 4E |
| Octal | 316 | 302 | 313 | 0 | 6 | 1 | 23 | 473 | 13 | 116 |
| Binary | 11001110 | 11000010 | 11001011 | 0 | 110 | 1 | 10011 | 100111011 | 1011 | 1001110 |
Color Harmonies of #CEC2CB
Complementary color
Monochromatic Colors of #CEC2CB
Black with #CEC2CB
Text Example
Text Example
White with #CEC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2CB; }
p { color: rgb(206,194,203); }
H1.HeaderClassName
{
color: #CEC2CB;
}
.AnyTagClassName
{
color: #CEC2CB;
}
</style>
background-color css
<style>
a { background-color: #CEC2CB; }
a { background-color: rgb(206,194,203); }
div.DivClassName
{
background-color: #CEC2CB;
}
.BgClassName
{
background-color: #CEC2CB;
}
</style>
border-color css
<style>
span { border-color: #CEC2CB; }
span { border-color: rgb(206,194,203); }
td.TdClassName
{
border-color: #CEC2CB;
}
.TagClassName
{
border-color: #CEC2CB;
}
</style>