Shades of Cavern Pink #E7BAB0
Tints of Cavern Pink #E7BAB0
RGB
CMYK
RGB Variations
Color information
#E7BAB0 (or 0xE7BAB0) is known color: Cavern Pink. HEX triplet: E7, BA and B0. RGB value is (231,186,176). Sum of RGB (Red+Green+Blue) = 231+186+176=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 176 (69.14% from 255 or 29.68% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BAB0 is #18454F. Grayscale: #C6C6C6. Windows color (decimal): -1590608 or 11582183. OLE color: 11582183.
HSL color Cylindrical-coordinate representation of color #E7BAB0: hue angle of 10.91º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7BAB0 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 176 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.09 |
| HSL | 10.91º | 0.53% | 0.8% | - |
| HSV(B) | 10.91º | 0.24% | 0.91% | - |
| XYZ | 58.35 | 55.24 | 48.66 | - |
| YUV | 198.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 176 | 0 | 0.19 | 0.24 | 0.09 | 10.91 | 0.53 | 0.8 |
| Hex | E7 | BA | B0 | 0 | 13 | 18 | 9 | B | 35 | 50 |
| Octal | 347 | 272 | 260 | 0 | 23 | 30 | 11 | 13 | 65 | 120 |
| Binary | 11100111 | 10111010 | 10110000 | 0 | 10011 | 11000 | 1001 | 1011 | 110101 | 1010000 |
Color Harmonies of #E7BAB0
Complementary color
Monochromatic Colors of #E7BAB0
Black with #E7BAB0
Text Example
Text Example
White with #E7BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BAB0; }
p { color: rgb(231,186,176); }
H1.HeaderClassName
{
color: #E7BAB0;
}
.AnyTagClassName
{
color: #E7BAB0;
}
</style>
background-color css
<style>
a { background-color: #E7BAB0; }
a { background-color: rgb(231,186,176); }
div.DivClassName
{
background-color: #E7BAB0;
}
.BgClassName
{
background-color: #E7BAB0;
}
</style>
border-color css
<style>
span { border-color: #E7BAB0; }
span { border-color: rgb(231,186,176); }
td.TdClassName
{
border-color: #E7BAB0;
}
.TagClassName
{
border-color: #E7BAB0;
}
</style>