Shades of Maverick #CEB3C5
Tints of Maverick #CEB3C5
RGB
CMYK
RGB Variations
Color information
#CEB3C5 (or 0xCEB3C5) is known color: Maverick. HEX triplet: CE, B3 and C5. RGB value is (206,179,197). Sum of RGB (Red+Green+Blue) = 206+179+197=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3C5 is #314C3A. Grayscale: #BDBDBD. Windows color (decimal): -3230779 or 12956622. OLE color: 12956622.
HSL color Cylindrical-coordinate representation of color #CEB3C5: hue angle of 320º 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 #CEB3C5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 197 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.19 |
| HSL | 320º | 0.22% | 0.75% | - |
| HSV(B) | 320º | 0.13% | 0.81% | - |
| XYZ | 51.65 | 49.39 | 59.63 | - |
| YUV | 189.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 197 | 0 | 0.13 | 0.04 | 0.19 | 320 | 0.22 | 0.75 |
| Hex | CE | B3 | C5 | 0 | D | 4 | 13 | 140 | 16 | 4B |
| Octal | 316 | 263 | 305 | 0 | 15 | 4 | 23 | 500 | 26 | 113 |
| Binary | 11001110 | 10110011 | 11000101 | 0 | 1101 | 100 | 10011 | 101000000 | 10110 | 1001011 |
Color Harmonies of #CEB3C5
Complementary color
Monochromatic Colors of #CEB3C5
Black with #CEB3C5
Text Example
Text Example
White with #CEB3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3C5; }
p { color: rgb(206,179,197); }
H1.HeaderClassName
{
color: #CEB3C5;
}
.AnyTagClassName
{
color: #CEB3C5;
}
</style>
background-color css
<style>
a { background-color: #CEB3C5; }
a { background-color: rgb(206,179,197); }
div.DivClassName
{
background-color: #CEB3C5;
}
.BgClassName
{
background-color: #CEB3C5;
}
</style>
border-color css
<style>
span { border-color: #CEB3C5; }
span { border-color: rgb(206,179,197); }
td.TdClassName
{
border-color: #CEB3C5;
}
.TagClassName
{
border-color: #CEB3C5;
}
</style>