Shades of Cavern Pink #E0C1BA
Tints of Cavern Pink #E0C1BA
RGB
CMYK
RGB Variations
Color information
#E0C1BA (or 0xE0C1BA) is known color: Cavern Pink. HEX triplet: E0, C1 and BA. RGB value is (224,193,186). Sum of RGB (Red+Green+Blue) = 224+193+186=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C1BA is #1F3E45. Grayscale: #C9C9C9. Windows color (decimal): -2047558 or 12239328. OLE color: 12239328.
HSL color Cylindrical-coordinate representation of color #E0C1BA: hue angle of 11.05º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0C1BA is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 186 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.12 |
| HSL | 11.05º | 0.38% | 0.8% | - |
| HSV(B) | 11.05º | 0.17% | 0.88% | - |
| XYZ | 58.67 | 57.53 | 54.47 | - |
| YUV | 201.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 186 | 0 | 0.14 | 0.17 | 0.12 | 11.05 | 0.38 | 0.8 |
| Hex | E0 | C1 | BA | 0 | E | 11 | C | B | 26 | 50 |
| Octal | 340 | 301 | 272 | 0 | 16 | 21 | 14 | 13 | 46 | 120 |
| Binary | 11100000 | 11000001 | 10111010 | 0 | 1110 | 10001 | 1100 | 1011 | 100110 | 1010000 |
Color Harmonies of #E0C1BA
Complementary color
Monochromatic Colors of #E0C1BA
Black with #E0C1BA
Text Example
Text Example
White with #E0C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C1BA; }
p { color: rgb(224,193,186); }
H1.HeaderClassName
{
color: #E0C1BA;
}
.AnyTagClassName
{
color: #E0C1BA;
}
</style>
background-color css
<style>
a { background-color: #E0C1BA; }
a { background-color: rgb(224,193,186); }
div.DivClassName
{
background-color: #E0C1BA;
}
.BgClassName
{
background-color: #E0C1BA;
}
</style>
border-color css
<style>
span { border-color: #E0C1BA; }
span { border-color: rgb(224,193,186); }
td.TdClassName
{
border-color: #E0C1BA;
}
.TagClassName
{
border-color: #E0C1BA;
}
</style>