Shades of Maverick #CEB2C5
Tints of Maverick #CEB2C5
RGB
CMYK
RGB Variations
Color information
#CEB2C5 (or 0xCEB2C5) is known color: Maverick. HEX triplet: CE, B2 and C5. RGB value is (206,178,197). Sum of RGB (Red+Green+Blue) = 206+178+197=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2C5 is #314D3A. Grayscale: #BCBCBC. Windows color (decimal): -3231035 or 12956366. OLE color: 12956366.
HSL color Cylindrical-coordinate representation of color #CEB2C5: hue angle of 319.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB2C5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 197 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.19 |
| HSL | 319.29º | 0.22% | 0.75% | - |
| HSV(B) | 319.29º | 0.14% | 0.81% | - |
| XYZ | 51.45 | 48.99 | 59.57 | - |
| YUV | 188.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 197 | 0 | 0.14 | 0.04 | 0.19 | 319.29 | 0.22 | 0.75 |
| Hex | CE | B2 | C5 | 0 | E | 4 | 13 | 13F | 16 | 4B |
| Octal | 316 | 262 | 305 | 0 | 16 | 4 | 23 | 477 | 26 | 113 |
| Binary | 11001110 | 10110010 | 11000101 | 0 | 1110 | 100 | 10011 | 100111111 | 10110 | 1001011 |
Color Harmonies of #CEB2C5
Complementary color
Monochromatic Colors of #CEB2C5
Black with #CEB2C5
Text Example
Text Example
White with #CEB2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2C5; }
p { color: rgb(206,178,197); }
H1.HeaderClassName
{
color: #CEB2C5;
}
.AnyTagClassName
{
color: #CEB2C5;
}
</style>
background-color css
<style>
a { background-color: #CEB2C5; }
a { background-color: rgb(206,178,197); }
div.DivClassName
{
background-color: #CEB2C5;
}
.BgClassName
{
background-color: #CEB2C5;
}
</style>
border-color css
<style>
span { border-color: #CEB2C5; }
span { border-color: rgb(206,178,197); }
td.TdClassName
{
border-color: #CEB2C5;
}
.TagClassName
{
border-color: #CEB2C5;
}
</style>