Shades of Maverick #CEB2C3
Tints of Maverick #CEB2C3
RGB
CMYK
RGB Variations
Color information
#CEB2C3 (or 0xCEB2C3) is known color: Maverick. HEX triplet: CE, B2 and C3. RGB value is (206,178,195). Sum of RGB (Red+Green+Blue) = 206+178+195=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2C3 is #314D3C. Grayscale: #BCBCBC. Windows color (decimal): -3231037 or 12825294. OLE color: 12825294.
HSL color Cylindrical-coordinate representation of color #CEB2C3: hue angle of 323.57º 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 #CEB2C3 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 195 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.19 |
| HSL | 323.57º | 0.22% | 0.75% | - |
| HSV(B) | 323.57º | 0.14% | 0.81% | - |
| XYZ | 51.22 | 48.9 | 58.37 | - |
| YUV | 188.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 195 | 0 | 0.14 | 0.05 | 0.19 | 323.57 | 0.22 | 0.75 |
| Hex | CE | B2 | C3 | 0 | E | 5 | 13 | 144 | 16 | 4B |
| Octal | 316 | 262 | 303 | 0 | 16 | 5 | 23 | 504 | 26 | 113 |
| Binary | 11001110 | 10110010 | 11000011 | 0 | 1110 | 101 | 10011 | 101000100 | 10110 | 1001011 |
Color Harmonies of #CEB2C3
Complementary color
Monochromatic Colors of #CEB2C3
Black with #CEB2C3
Text Example
Text Example
White with #CEB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2C3; }
p { color: rgb(206,178,195); }
H1.HeaderClassName
{
color: #CEB2C3;
}
.AnyTagClassName
{
color: #CEB2C3;
}
</style>
background-color css
<style>
a { background-color: #CEB2C3; }
a { background-color: rgb(206,178,195); }
div.DivClassName
{
background-color: #CEB2C3;
}
.BgClassName
{
background-color: #CEB2C3;
}
</style>
border-color css
<style>
span { border-color: #CEB2C3; }
span { border-color: rgb(206,178,195); }
td.TdClassName
{
border-color: #CEB2C3;
}
.TagClassName
{
border-color: #CEB2C3;
}
</style>