Shades of Maverick #CEB6C6
Tints of Maverick #CEB6C6
RGB
CMYK
RGB Variations
Color information
#CEB6C6 (or 0xCEB6C6) is known color: Maverick. HEX triplet: CE, B6 and C6. RGB value is (206,182,198). Sum of RGB (Red+Green+Blue) = 206+182+198=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6C6 is #314939. Grayscale: #BEBEBE. Windows color (decimal): -3230010 or 13022926. OLE color: 13022926.
HSL color Cylindrical-coordinate representation of color #CEB6C6: hue angle of 320º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB6C6 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 198 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.19 |
| HSL | 320º | 0.2% | 0.76% | - |
| HSV(B) | 320º | 0.12% | 0.81% | - |
| XYZ | 52.37 | 50.65 | 60.44 | - |
| YUV | 191 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 198 | 0 | 0.12 | 0.04 | 0.19 | 320 | 0.2 | 0.76 |
| Hex | CE | B6 | C6 | 0 | C | 4 | 13 | 140 | 14 | 4C |
| Octal | 316 | 266 | 306 | 0 | 14 | 4 | 23 | 500 | 24 | 114 |
| Binary | 11001110 | 10110110 | 11000110 | 0 | 1100 | 100 | 10011 | 101000000 | 10100 | 1001100 |
Color Harmonies of #CEB6C6
Complementary color
Monochromatic Colors of #CEB6C6
Black with #CEB6C6
Text Example
Text Example
White with #CEB6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB6C6; }
p { color: rgb(206,182,198); }
H1.HeaderClassName
{
color: #CEB6C6;
}
.AnyTagClassName
{
color: #CEB6C6;
}
</style>
background-color css
<style>
a { background-color: #CEB6C6; }
a { background-color: rgb(206,182,198); }
div.DivClassName
{
background-color: #CEB6C6;
}
.BgClassName
{
background-color: #CEB6C6;
}
</style>
border-color css
<style>
span { border-color: #CEB6C6; }
span { border-color: rgb(206,182,198); }
td.TdClassName
{
border-color: #CEB6C6;
}
.TagClassName
{
border-color: #CEB6C6;
}
</style>