Shades of Maverick #CEB1C5
Tints of Maverick #CEB1C5
RGB
CMYK
RGB Variations
Color information
#CEB1C5 (or 0xCEB1C5) is known color: Maverick. HEX triplet: CE, B1 and C5. RGB value is (206,177,197). Sum of RGB (Red+Green+Blue) = 206+177+197=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1C5 is #314E3A. Grayscale: #BBBBBB. Windows color (decimal): -3231291 or 12956110. OLE color: 12956110.
HSL color Cylindrical-coordinate representation of color #CEB1C5: hue angle of 318.62º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB1C5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 197 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.19 |
| HSL | 318.62º | 0.23% | 0.75% | - |
| HSV(B) | 318.62º | 0.14% | 0.81% | - |
| XYZ | 51.25 | 48.6 | 59.5 | - |
| YUV | 187.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 197 | 0 | 0.14 | 0.04 | 0.19 | 318.62 | 0.23 | 0.75 |
| Hex | CE | B1 | C5 | 0 | E | 4 | 13 | 13F | 17 | 4B |
| Octal | 316 | 261 | 305 | 0 | 16 | 4 | 23 | 477 | 27 | 113 |
| Binary | 11001110 | 10110001 | 11000101 | 0 | 1110 | 100 | 10011 | 100111111 | 10111 | 1001011 |
Color Harmonies of #CEB1C5
Complementary color
Monochromatic Colors of #CEB1C5
Black with #CEB1C5
Text Example
Text Example
White with #CEB1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB1C5; }
p { color: rgb(206,177,197); }
H1.HeaderClassName
{
color: #CEB1C5;
}
.AnyTagClassName
{
color: #CEB1C5;
}
</style>
background-color css
<style>
a { background-color: #CEB1C5; }
a { background-color: rgb(206,177,197); }
div.DivClassName
{
background-color: #CEB1C5;
}
.BgClassName
{
background-color: #CEB1C5;
}
</style>
border-color css
<style>
span { border-color: #CEB1C5; }
span { border-color: rgb(206,177,197); }
td.TdClassName
{
border-color: #CEB1C5;
}
.TagClassName
{
border-color: #CEB1C5;
}
</style>