Shades of Cavern Pink #E1BAAC
Tints of Cavern Pink #E1BAAC
RGB
CMYK
RGB Variations
Color information
#E1BAAC (or 0xE1BAAC) is known color: Cavern Pink. HEX triplet: E1, BA and AC. RGB value is (225,186,172). Sum of RGB (Red+Green+Blue) = 225+186+172=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BAAC is #1E4553. Grayscale: #C4C4C4. Windows color (decimal): -1983828 or 11320033. OLE color: 11320033.
HSL color Cylindrical-coordinate representation of color #E1BAAC: hue angle of 15.85º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1BAAC is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 172 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.12 |
| HSL | 15.85º | 0.47% | 0.78% | - |
| HSV(B) | 15.85º | 0.24% | 0.88% | - |
| XYZ | 56.06 | 54.1 | 46.52 | - |
| YUV | 196.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 172 | 0 | 0.17 | 0.24 | 0.12 | 15.85 | 0.47 | 0.78 |
| Hex | E1 | BA | AC | 0 | 11 | 18 | C | 10 | 2F | 4E |
| Octal | 341 | 272 | 254 | 0 | 21 | 30 | 14 | 20 | 57 | 116 |
| Binary | 11100001 | 10111010 | 10101100 | 0 | 10001 | 11000 | 1100 | 10000 | 101111 | 1001110 |
Color Harmonies of #E1BAAC
Complementary color
Monochromatic Colors of #E1BAAC
Black with #E1BAAC
Text Example
Text Example
White with #E1BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAAC; }
p { color: rgb(225,186,172); }
H1.HeaderClassName
{
color: #E1BAAC;
}
.AnyTagClassName
{
color: #E1BAAC;
}
</style>
background-color css
<style>
a { background-color: #E1BAAC; }
a { background-color: rgb(225,186,172); }
div.DivClassName
{
background-color: #E1BAAC;
}
.BgClassName
{
background-color: #E1BAAC;
}
</style>
border-color css
<style>
span { border-color: #E1BAAC; }
span { border-color: rgb(225,186,172); }
td.TdClassName
{
border-color: #E1BAAC;
}
.TagClassName
{
border-color: #E1BAAC;
}
</style>