Shades of Maverick #CEB7C3
Tints of Maverick #CEB7C3
RGB
CMYK
RGB Variations
Color information
#CEB7C3 (or 0xCEB7C3) is known color: Maverick. HEX triplet: CE, B7 and C3. RGB value is (206,183,195). Sum of RGB (Red+Green+Blue) = 206+183+195=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7C3 is #31483C. Grayscale: #BFBFBF. Windows color (decimal): -3229757 or 12826574. OLE color: 12826574.
HSL color Cylindrical-coordinate representation of color #CEB7C3: hue angle of 328.7º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB7C3 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 195 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.19 |
| HSL | 328.7º | 0.19% | 0.76% | - |
| HSV(B) | 328.7º | 0.11% | 0.81% | - |
| XYZ | 52.24 | 50.93 | 58.71 | - |
| YUV | 191.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 195 | 0 | 0.11 | 0.05 | 0.19 | 328.7 | 0.19 | 0.76 |
| Hex | CE | B7 | C3 | 0 | B | 5 | 13 | 149 | 13 | 4C |
| Octal | 316 | 267 | 303 | 0 | 13 | 5 | 23 | 511 | 23 | 114 |
| Binary | 11001110 | 10110111 | 11000011 | 0 | 1011 | 101 | 10011 | 101001001 | 10011 | 1001100 |
Color Harmonies of #CEB7C3
Complementary color
Monochromatic Colors of #CEB7C3
Black with #CEB7C3
Text Example
Text Example
White with #CEB7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7C3; }
p { color: rgb(206,183,195); }
H1.HeaderClassName
{
color: #CEB7C3;
}
.AnyTagClassName
{
color: #CEB7C3;
}
</style>
background-color css
<style>
a { background-color: #CEB7C3; }
a { background-color: rgb(206,183,195); }
div.DivClassName
{
background-color: #CEB7C3;
}
.BgClassName
{
background-color: #CEB7C3;
}
</style>
border-color css
<style>
span { border-color: #CEB7C3; }
span { border-color: rgb(206,183,195); }
td.TdClassName
{
border-color: #CEB7C3;
}
.TagClassName
{
border-color: #CEB7C3;
}
</style>