Shades of Maverick #CEC1CA
Tints of Maverick #CEC1CA
RGB
CMYK
RGB Variations
Color information
#CEC1CA (or 0xCEC1CA) is known color: Maverick. HEX triplet: CE, C1 and CA. RGB value is (206,193,202). Sum of RGB (Red+Green+Blue) = 206+193+202=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1CA is #313E35. Grayscale: #C5C5C5. Windows color (decimal): -3227190 or 13287886. OLE color: 13287886.
HSL color Cylindrical-coordinate representation of color #CEC1CA: hue angle of 318.46º degrees, saturation: 0.12, 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 #CEC1CA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 202 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.19 |
| HSL | 318.46º | 0.12% | 0.78% | - |
| HSV(B) | 318.46º | 0.06% | 0.81% | - |
| XYZ | 55.18 | 55.53 | 63.69 | - |
| YUV | 197.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 202 | 0 | 0.06 | 0.02 | 0.19 | 318.46 | 0.12 | 0.78 |
| Hex | CE | C1 | CA | 0 | 6 | 2 | 13 | 13E | C | 4E |
| Octal | 316 | 301 | 312 | 0 | 6 | 2 | 23 | 476 | 14 | 116 |
| Binary | 11001110 | 11000001 | 11001010 | 0 | 110 | 10 | 10011 | 100111110 | 1100 | 1001110 |
Color Harmonies of #CEC1CA
Complementary color
Monochromatic Colors of #CEC1CA
Black with #CEC1CA
Text Example
Text Example
White with #CEC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1CA; }
p { color: rgb(206,193,202); }
H1.HeaderClassName
{
color: #CEC1CA;
}
.AnyTagClassName
{
color: #CEC1CA;
}
</style>
background-color css
<style>
a { background-color: #CEC1CA; }
a { background-color: rgb(206,193,202); }
div.DivClassName
{
background-color: #CEC1CA;
}
.BgClassName
{
background-color: #CEC1CA;
}
</style>
border-color css
<style>
span { border-color: #CEC1CA; }
span { border-color: rgb(206,193,202); }
td.TdClassName
{
border-color: #CEC1CA;
}
.TagClassName
{
border-color: #CEC1CA;
}
</style>