Shades of Maverick #CEB0C7
Tints of Maverick #CEB0C7
RGB
CMYK
RGB Variations
Color information
#CEB0C7 (or 0xCEB0C7) is known color: Maverick. HEX triplet: CE, B0 and C7. RGB value is (206,176,199). Sum of RGB (Red+Green+Blue) = 206+176+199=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0C7 is #314F38. Grayscale: #BBBBBB. Windows color (decimal): -3231545 or 13086926. OLE color: 13086926.
HSL color Cylindrical-coordinate representation of color #CEB0C7: hue angle of 314º 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 #CEB0C7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 199 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.19 |
| HSL | 314º | 0.23% | 0.75% | - |
| HSV(B) | 314º | 0.15% | 0.81% | - |
| XYZ | 51.29 | 48.3 | 60.65 | - |
| YUV | 187.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 199 | 0 | 0.15 | 0.03 | 0.19 | 314 | 0.23 | 0.75 |
| Hex | CE | B0 | C7 | 0 | F | 3 | 13 | 13A | 17 | 4B |
| Octal | 316 | 260 | 307 | 0 | 17 | 3 | 23 | 472 | 27 | 113 |
| Binary | 11001110 | 10110000 | 11000111 | 0 | 1111 | 11 | 10011 | 100111010 | 10111 | 1001011 |
Color Harmonies of #CEB0C7
Complementary color
Monochromatic Colors of #CEB0C7
Black with #CEB0C7
Text Example
Text Example
White with #CEB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0C7; }
p { color: rgb(206,176,199); }
H1.HeaderClassName
{
color: #CEB0C7;
}
.AnyTagClassName
{
color: #CEB0C7;
}
</style>
background-color css
<style>
a { background-color: #CEB0C7; }
a { background-color: rgb(206,176,199); }
div.DivClassName
{
background-color: #CEB0C7;
}
.BgClassName
{
background-color: #CEB0C7;
}
</style>
border-color css
<style>
span { border-color: #CEB0C7; }
span { border-color: rgb(206,176,199); }
td.TdClassName
{
border-color: #CEB0C7;
}
.TagClassName
{
border-color: #CEB0C7;
}
</style>