Shades of Cavern Pink #E0B3AC
Tints of Cavern Pink #E0B3AC
RGB
CMYK
RGB Variations
Color information
#E0B3AC (or 0xE0B3AC) is known color: Cavern Pink. HEX triplet: E0, B3 and AC. RGB value is (224,179,172). Sum of RGB (Red+Green+Blue) = 224+179+172=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B3AC is #1F4C53. Grayscale: #BFBFBF. Windows color (decimal): -2051156 or 11318240. OLE color: 11318240.
HSL color Cylindrical-coordinate representation of color #E0B3AC: hue angle of 8.08º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0B3AC is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 172 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.12 |
| HSL | 8.08º | 0.46% | 0.78% | - |
| HSV(B) | 8.08º | 0.23% | 0.88% | - |
| XYZ | 54.31 | 51.07 | 46.02 | - |
| YUV | 191.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 172 | 0 | 0.20 | 0.23 | 0.12 | 8.08 | 0.46 | 0.78 |
| Hex | E0 | B3 | AC | 0 | 14 | 17 | C | 8 | 2E | 4E |
| Octal | 340 | 263 | 254 | 0 | 24 | 27 | 14 | 10 | 56 | 116 |
| Binary | 11100000 | 10110011 | 10101100 | 0 | 10100 | 10111 | 1100 | 1000 | 101110 | 1001110 |
Color Harmonies of #E0B3AC
Complementary color
Monochromatic Colors of #E0B3AC
Black with #E0B3AC
Text Example
Text Example
White with #E0B3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B3AC; }
p { color: rgb(224,179,172); }
H1.HeaderClassName
{
color: #E0B3AC;
}
.AnyTagClassName
{
color: #E0B3AC;
}
</style>
background-color css
<style>
a { background-color: #E0B3AC; }
a { background-color: rgb(224,179,172); }
div.DivClassName
{
background-color: #E0B3AC;
}
.BgClassName
{
background-color: #E0B3AC;
}
</style>
border-color css
<style>
span { border-color: #E0B3AC; }
span { border-color: rgb(224,179,172); }
td.TdClassName
{
border-color: #E0B3AC;
}
.TagClassName
{
border-color: #E0B3AC;
}
</style>