Shades of Maverick #CEB7C7
Tints of Maverick #CEB7C7
RGB
CMYK
RGB Variations
Color information
#CEB7C7 (or 0xCEB7C7) is known color: Maverick. HEX triplet: CE, B7 and C7. RGB value is (206,183,199). Sum of RGB (Red+Green+Blue) = 206+183+199=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7C7 is #314838. Grayscale: #BFBFBF. Windows color (decimal): -3229753 or 13088718. OLE color: 13088718.
HSL color Cylindrical-coordinate representation of color #CEB7C7: hue angle of 318.26º 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 #CEB7C7 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 199 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.19 |
| HSL | 318.26º | 0.19% | 0.76% | - |
| HSV(B) | 318.26º | 0.11% | 0.81% | - |
| XYZ | 52.7 | 51.11 | 61.12 | - |
| YUV | 191.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 199 | 0 | 0.11 | 0.03 | 0.19 | 318.26 | 0.19 | 0.76 |
| Hex | CE | B7 | C7 | 0 | B | 3 | 13 | 13E | 13 | 4C |
| Octal | 316 | 267 | 307 | 0 | 13 | 3 | 23 | 476 | 23 | 114 |
| Binary | 11001110 | 10110111 | 11000111 | 0 | 1011 | 11 | 10011 | 100111110 | 10011 | 1001100 |
Color Harmonies of #CEB7C7
Complementary color
Monochromatic Colors of #CEB7C7
Black with #CEB7C7
Text Example
Text Example
White with #CEB7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7C7; }
p { color: rgb(206,183,199); }
H1.HeaderClassName
{
color: #CEB7C7;
}
.AnyTagClassName
{
color: #CEB7C7;
}
</style>
background-color css
<style>
a { background-color: #CEB7C7; }
a { background-color: rgb(206,183,199); }
div.DivClassName
{
background-color: #CEB7C7;
}
.BgClassName
{
background-color: #CEB7C7;
}
</style>
border-color css
<style>
span { border-color: #CEB7C7; }
span { border-color: rgb(206,183,199); }
td.TdClassName
{
border-color: #CEB7C7;
}
.TagClassName
{
border-color: #CEB7C7;
}
</style>