Shades of Cavern Pink #E1C1BB
Tints of Cavern Pink #E1C1BB
RGB
CMYK
RGB Variations
Color information
#E1C1BB (or 0xE1C1BB) is known color: Cavern Pink. HEX triplet: E1, C1 and BB. RGB value is (225,193,187). Sum of RGB (Red+Green+Blue) = 225+193+187=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1BB is #1E3E44. Grayscale: #C9C9C9. Windows color (decimal): -1982021 or 12304865. OLE color: 12304865.
HSL color Cylindrical-coordinate representation of color #E1C1BB: hue angle of 9.47º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1C1BB is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 187 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.12 |
| HSL | 9.47º | 0.39% | 0.81% | - |
| HSV(B) | 9.47º | 0.17% | 0.88% | - |
| XYZ | 59.09 | 57.74 | 55.04 | - |
| YUV | 201.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 187 | 0 | 0.14 | 0.17 | 0.12 | 9.47 | 0.39 | 0.81 |
| Hex | E1 | C1 | BB | 0 | E | 11 | C | 9 | 27 | 51 |
| Octal | 341 | 301 | 273 | 0 | 16 | 21 | 14 | 11 | 47 | 121 |
| Binary | 11100001 | 11000001 | 10111011 | 0 | 1110 | 10001 | 1100 | 1001 | 100111 | 1010001 |
Color Harmonies of #E1C1BB
Complementary color
Monochromatic Colors of #E1C1BB
Black with #E1C1BB
Text Example
Text Example
White with #E1C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1BB; }
p { color: rgb(225,193,187); }
H1.HeaderClassName
{
color: #E1C1BB;
}
.AnyTagClassName
{
color: #E1C1BB;
}
</style>
background-color css
<style>
a { background-color: #E1C1BB; }
a { background-color: rgb(225,193,187); }
div.DivClassName
{
background-color: #E1C1BB;
}
.BgClassName
{
background-color: #E1C1BB;
}
</style>
border-color css
<style>
span { border-color: #E1C1BB; }
span { border-color: rgb(225,193,187); }
td.TdClassName
{
border-color: #E1C1BB;
}
.TagClassName
{
border-color: #E1C1BB;
}
</style>