Shades of Cavern Pink #E1C0BC
Tints of Cavern Pink #E1C0BC
RGB
CMYK
RGB Variations
Color information
#E1C0BC (or 0xE1C0BC) is known color: Cavern Pink. HEX triplet: E1, C0 and BC. RGB value is (225,192,188). Sum of RGB (Red+Green+Blue) = 225+192+188=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0BC is #1E3F43. Grayscale: #C9C9C9. Windows color (decimal): -1982276 or 12370145. OLE color: 12370145.
HSL color Cylindrical-coordinate representation of color #E1C0BC: hue angle of 6.49º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C0BC is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 188 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.12 |
| HSL | 6.49º | 0.38% | 0.81% | - |
| HSV(B) | 6.49º | 0.16% | 0.88% | - |
| XYZ | 58.98 | 57.34 | 55.54 | - |
| YUV | 201.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 188 | 0 | 0.15 | 0.16 | 0.12 | 6.49 | 0.38 | 0.81 |
| Hex | E1 | C0 | BC | 0 | F | 10 | C | 6 | 26 | 51 |
| Octal | 341 | 300 | 274 | 0 | 17 | 20 | 14 | 6 | 46 | 121 |
| Binary | 11100001 | 11000000 | 10111100 | 0 | 1111 | 10000 | 1100 | 110 | 100110 | 1010001 |
Color Harmonies of #E1C0BC
Complementary color
Monochromatic Colors of #E1C0BC
Black with #E1C0BC
Text Example
Text Example
White with #E1C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0BC; }
p { color: rgb(225,192,188); }
H1.HeaderClassName
{
color: #E1C0BC;
}
.AnyTagClassName
{
color: #E1C0BC;
}
</style>
background-color css
<style>
a { background-color: #E1C0BC; }
a { background-color: rgb(225,192,188); }
div.DivClassName
{
background-color: #E1C0BC;
}
.BgClassName
{
background-color: #E1C0BC;
}
</style>
border-color css
<style>
span { border-color: #E1C0BC; }
span { border-color: rgb(225,192,188); }
td.TdClassName
{
border-color: #E1C0BC;
}
.TagClassName
{
border-color: #E1C0BC;
}
</style>