Shades of Cavern Pink #E6BCB3
Tints of Cavern Pink #E6BCB3
RGB
CMYK
RGB Variations
Color information
#E6BCB3 (or 0xE6BCB3) is known color: Cavern Pink. HEX triplet: E6, BC and B3. RGB value is (230,188,179). Sum of RGB (Red+Green+Blue) = 230+188+179=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCB3 is #19434C. Grayscale: #C7C7C7. Windows color (decimal): -1655629 or 11779302. OLE color: 11779302.
HSL color Cylindrical-coordinate representation of color #E6BCB3: hue angle of 10.59º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6BCB3 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 179 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.10 |
| HSL | 10.59º | 0.5% | 0.8% | - |
| HSV(B) | 10.59º | 0.22% | 0.9% | - |
| XYZ | 58.75 | 56.04 | 50.37 | - |
| YUV | 199.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 179 | 0 | 0.18 | 0.22 | 0.10 | 10.59 | 0.5 | 0.8 |
| Hex | E6 | BC | B3 | 0 | 12 | 16 | A | B | 32 | 50 |
| Octal | 346 | 274 | 263 | 0 | 22 | 26 | 12 | 13 | 62 | 120 |
| Binary | 11100110 | 10111100 | 10110011 | 0 | 10010 | 10110 | 1010 | 1011 | 110010 | 1010000 |
Color Harmonies of #E6BCB3
Complementary color
Monochromatic Colors of #E6BCB3
Black with #E6BCB3
Text Example
Text Example
White with #E6BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCB3; }
p { color: rgb(230,188,179); }
H1.HeaderClassName
{
color: #E6BCB3;
}
.AnyTagClassName
{
color: #E6BCB3;
}
</style>
background-color css
<style>
a { background-color: #E6BCB3; }
a { background-color: rgb(230,188,179); }
div.DivClassName
{
background-color: #E6BCB3;
}
.BgClassName
{
background-color: #E6BCB3;
}
</style>
border-color css
<style>
span { border-color: #E6BCB3; }
span { border-color: rgb(230,188,179); }
td.TdClassName
{
border-color: #E6BCB3;
}
.TagClassName
{
border-color: #E6BCB3;
}
</style>