Shades of Cavern Pink #E7BCB0
Tints of Cavern Pink #E7BCB0
RGB
CMYK
RGB Variations
Color information
#E7BCB0 (or 0xE7BCB0) is known color: Cavern Pink. HEX triplet: E7, BC and B0. RGB value is (231,188,176). Sum of RGB (Red+Green+Blue) = 231+188+176=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BCB0 is #18434F. Grayscale: #C7C7C7. Windows color (decimal): -1590096 or 11582695. OLE color: 11582695.
HSL color Cylindrical-coordinate representation of color #E7BCB0: hue angle of 13.09º 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 #E7BCB0 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 176 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.09 |
| HSL | 13.09º | 0.53% | 0.8% | - |
| HSV(B) | 13.09º | 0.24% | 0.91% | - |
| XYZ | 58.77 | 56.09 | 48.8 | - |
| YUV | 199.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 176 | 0 | 0.19 | 0.24 | 0.09 | 13.09 | 0.53 | 0.8 |
| Hex | E7 | BC | B0 | 0 | 13 | 18 | 9 | D | 35 | 50 |
| Octal | 347 | 274 | 260 | 0 | 23 | 30 | 11 | 15 | 65 | 120 |
| Binary | 11100111 | 10111100 | 10110000 | 0 | 10011 | 11000 | 1001 | 1101 | 110101 | 1010000 |
Color Harmonies of #E7BCB0
Complementary color
Monochromatic Colors of #E7BCB0
Black with #E7BCB0
Text Example
Text Example
White with #E7BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCB0; }
p { color: rgb(231,188,176); }
H1.HeaderClassName
{
color: #E7BCB0;
}
.AnyTagClassName
{
color: #E7BCB0;
}
</style>
background-color css
<style>
a { background-color: #E7BCB0; }
a { background-color: rgb(231,188,176); }
div.DivClassName
{
background-color: #E7BCB0;
}
.BgClassName
{
background-color: #E7BCB0;
}
</style>
border-color css
<style>
span { border-color: #E7BCB0; }
span { border-color: rgb(231,188,176); }
td.TdClassName
{
border-color: #E7BCB0;
}
.TagClassName
{
border-color: #E7BCB0;
}
</style>