Shades of Maverick #CEB0C9
Tints of Maverick #CEB0C9
RGB
CMYK
RGB Variations
Color information
#CEB0C9 (or 0xCEB0C9) is known color: Maverick. HEX triplet: CE, B0 and C9. RGB value is (206,176,201). Sum of RGB (Red+Green+Blue) = 206+176+201=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0C9 is #314F36. Grayscale: #BBBBBB. Windows color (decimal): -3231543 or 13217998. OLE color: 13217998.
HSL color Cylindrical-coordinate representation of color #CEB0C9: hue angle of 310º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB0C9 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 201 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.19 |
| HSL | 310º | 0.23% | 0.75% | - |
| HSV(B) | 310º | 0.15% | 0.81% | - |
| XYZ | 51.52 | 48.39 | 61.88 | - |
| YUV | 187.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 201 | 0 | 0.15 | 0.02 | 0.19 | 310 | 0.23 | 0.75 |
| Hex | CE | B0 | C9 | 0 | F | 2 | 13 | 136 | 17 | 4B |
| Octal | 316 | 260 | 311 | 0 | 17 | 2 | 23 | 466 | 27 | 113 |
| Binary | 11001110 | 10110000 | 11001001 | 0 | 1111 | 10 | 10011 | 100110110 | 10111 | 1001011 |
Color Harmonies of #CEB0C9
Complementary color
Monochromatic Colors of #CEB0C9
Black with #CEB0C9
Text Example
Text Example
White with #CEB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0C9; }
p { color: rgb(206,176,201); }
H1.HeaderClassName
{
color: #CEB0C9;
}
.AnyTagClassName
{
color: #CEB0C9;
}
</style>
background-color css
<style>
a { background-color: #CEB0C9; }
a { background-color: rgb(206,176,201); }
div.DivClassName
{
background-color: #CEB0C9;
}
.BgClassName
{
background-color: #CEB0C9;
}
</style>
border-color css
<style>
span { border-color: #CEB0C9; }
span { border-color: rgb(206,176,201); }
td.TdClassName
{
border-color: #CEB0C9;
}
.TagClassName
{
border-color: #CEB0C9;
}
</style>