Shades of Cavern Pink #E2C0BC
Tints of Cavern Pink #E2C0BC
RGB
CMYK
RGB Variations
Color information
#E2C0BC (or 0xE2C0BC) is known color: Cavern Pink. HEX triplet: E2, C0 and BC. RGB value is (226,192,188). Sum of RGB (Red+Green+Blue) = 226+192+188=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C0BC is #1D3F43. Grayscale: #C9C9C9. Windows color (decimal): -1916740 or 12370146. OLE color: 12370146.
HSL color Cylindrical-coordinate representation of color #E2C0BC: hue angle of 6.32º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2C0BC is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 188 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.11 |
| HSL | 6.32º | 0.4% | 0.81% | - |
| HSV(B) | 6.32º | 0.17% | 0.89% | - |
| XYZ | 59.29 | 57.5 | 55.55 | - |
| YUV | 201.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 188 | 0 | 0.15 | 0.17 | 0.11 | 6.32 | 0.4 | 0.81 |
| Hex | E2 | C0 | BC | 0 | F | 11 | B | 6 | 28 | 51 |
| Octal | 342 | 300 | 274 | 0 | 17 | 21 | 13 | 6 | 50 | 121 |
| Binary | 11100010 | 11000000 | 10111100 | 0 | 1111 | 10001 | 1011 | 110 | 101000 | 1010001 |
Color Harmonies of #E2C0BC
Complementary color
Monochromatic Colors of #E2C0BC
Black with #E2C0BC
Text Example
Text Example
White with #E2C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C0BC; }
p { color: rgb(226,192,188); }
H1.HeaderClassName
{
color: #E2C0BC;
}
.AnyTagClassName
{
color: #E2C0BC;
}
</style>
background-color css
<style>
a { background-color: #E2C0BC; }
a { background-color: rgb(226,192,188); }
div.DivClassName
{
background-color: #E2C0BC;
}
.BgClassName
{
background-color: #E2C0BC;
}
</style>
border-color css
<style>
span { border-color: #E2C0BC; }
span { border-color: rgb(226,192,188); }
td.TdClassName
{
border-color: #E2C0BC;
}
.TagClassName
{
border-color: #E2C0BC;
}
</style>