Shades of Maverick #CEB1C3
Tints of Maverick #CEB1C3
RGB
CMYK
RGB Variations
Color information
#CEB1C3 (or 0xCEB1C3) is known color: Maverick. HEX triplet: CE, B1 and C3. RGB value is (206,177,195). Sum of RGB (Red+Green+Blue) = 206+177+195=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1C3 is #314E3C. Grayscale: #BBBBBB. Windows color (decimal): -3231293 or 12825038. OLE color: 12825038.
HSL color Cylindrical-coordinate representation of color #CEB1C3: hue angle of 322.76º 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 #CEB1C3 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 195 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.19 |
| HSL | 322.76º | 0.23% | 0.75% | - |
| HSV(B) | 322.76º | 0.14% | 0.81% | - |
| XYZ | 51.03 | 48.51 | 58.3 | - |
| YUV | 187.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 195 | 0 | 0.14 | 0.05 | 0.19 | 322.76 | 0.23 | 0.75 |
| Hex | CE | B1 | C3 | 0 | E | 5 | 13 | 143 | 17 | 4B |
| Octal | 316 | 261 | 303 | 0 | 16 | 5 | 23 | 503 | 27 | 113 |
| Binary | 11001110 | 10110001 | 11000011 | 0 | 1110 | 101 | 10011 | 101000011 | 10111 | 1001011 |
Color Harmonies of #CEB1C3
Complementary color
Monochromatic Colors of #CEB1C3
Black with #CEB1C3
Text Example
Text Example
White with #CEB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB1C3; }
p { color: rgb(206,177,195); }
H1.HeaderClassName
{
color: #CEB1C3;
}
.AnyTagClassName
{
color: #CEB1C3;
}
</style>
background-color css
<style>
a { background-color: #CEB1C3; }
a { background-color: rgb(206,177,195); }
div.DivClassName
{
background-color: #CEB1C3;
}
.BgClassName
{
background-color: #CEB1C3;
}
</style>
border-color css
<style>
span { border-color: #CEB1C3; }
span { border-color: rgb(206,177,195); }
td.TdClassName
{
border-color: #CEB1C3;
}
.TagClassName
{
border-color: #CEB1C3;
}
</style>