Shades of Maverick #CEB3C4
Tints of Maverick #CEB3C4
RGB
CMYK
RGB Variations
Color information
#CEB3C4 (or 0xCEB3C4) is known color: Maverick. HEX triplet: CE, B3 and C4. RGB value is (206,179,196). Sum of RGB (Red+Green+Blue) = 206+179+196=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3C4 is #314C3B. Grayscale: #BCBCBC. Windows color (decimal): -3230780 or 12891086. OLE color: 12891086.
HSL color Cylindrical-coordinate representation of color #CEB3C4: hue angle of 322.22º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB3C4 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 196 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.19 |
| HSL | 322.22º | 0.22% | 0.75% | - |
| HSV(B) | 322.22º | 0.13% | 0.81% | - |
| XYZ | 51.54 | 49.35 | 59.03 | - |
| YUV | 189.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 196 | 0 | 0.13 | 0.05 | 0.19 | 322.22 | 0.22 | 0.75 |
| Hex | CE | B3 | C4 | 0 | D | 5 | 13 | 142 | 16 | 4B |
| Octal | 316 | 263 | 304 | 0 | 15 | 5 | 23 | 502 | 26 | 113 |
| Binary | 11001110 | 10110011 | 11000100 | 0 | 1101 | 101 | 10011 | 101000010 | 10110 | 1001011 |
Color Harmonies of #CEB3C4
Complementary color
Monochromatic Colors of #CEB3C4
Black with #CEB3C4
Text Example
Text Example
White with #CEB3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3C4; }
p { color: rgb(206,179,196); }
H1.HeaderClassName
{
color: #CEB3C4;
}
.AnyTagClassName
{
color: #CEB3C4;
}
</style>
background-color css
<style>
a { background-color: #CEB3C4; }
a { background-color: rgb(206,179,196); }
div.DivClassName
{
background-color: #CEB3C4;
}
.BgClassName
{
background-color: #CEB3C4;
}
</style>
border-color css
<style>
span { border-color: #CEB3C4; }
span { border-color: rgb(206,179,196); }
td.TdClassName
{
border-color: #CEB3C4;
}
.TagClassName
{
border-color: #CEB3C4;
}
</style>