Shades of Maverick #CEB6C1
Tints of Maverick #CEB6C1
RGB
CMYK
RGB Variations
Color information
#CEB6C1 (or 0xCEB6C1) is known color: Maverick. HEX triplet: CE, B6 and C1. RGB value is (206,182,193). Sum of RGB (Red+Green+Blue) = 206+182+193=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6C1 is #31493E. Grayscale: #BEBEBE. Windows color (decimal): -3230015 or 12695246. OLE color: 12695246.
HSL color Cylindrical-coordinate representation of color #CEB6C1: hue angle of 332.5º 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 #CEB6C1 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 193 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.19 |
| HSL | 332.5º | 0.2% | 0.76% | - |
| HSV(B) | 332.5º | 0.12% | 0.81% | - |
| XYZ | 51.81 | 50.43 | 57.46 | - |
| YUV | 190.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 193 | 0 | 0.12 | 0.06 | 0.19 | 332.5 | 0.2 | 0.76 |
| Hex | CE | B6 | C1 | 0 | C | 6 | 13 | 14C | 14 | 4C |
| Octal | 316 | 266 | 301 | 0 | 14 | 6 | 23 | 514 | 24 | 114 |
| Binary | 11001110 | 10110110 | 11000001 | 0 | 1100 | 110 | 10011 | 101001100 | 10100 | 1001100 |
Color Harmonies of #CEB6C1
Complementary color
Monochromatic Colors of #CEB6C1
Black with #CEB6C1
Text Example
Text Example
White with #CEB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB6C1; }
p { color: rgb(206,182,193); }
H1.HeaderClassName
{
color: #CEB6C1;
}
.AnyTagClassName
{
color: #CEB6C1;
}
</style>
background-color css
<style>
a { background-color: #CEB6C1; }
a { background-color: rgb(206,182,193); }
div.DivClassName
{
background-color: #CEB6C1;
}
.BgClassName
{
background-color: #CEB6C1;
}
</style>
border-color css
<style>
span { border-color: #CEB6C1; }
span { border-color: rgb(206,182,193); }
td.TdClassName
{
border-color: #CEB6C1;
}
.TagClassName
{
border-color: #CEB6C1;
}
</style>