Shades of Cavern Pink #E6B3AD
Tints of Cavern Pink #E6B3AD
RGB
CMYK
RGB Variations
Color information
#E6B3AD (or 0xE6B3AD) is known color: Cavern Pink. HEX triplet: E6, B3 and AD. RGB value is (230,179,173). Sum of RGB (Red+Green+Blue) = 230+179+173=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B3AD is #194C52. Grayscale: #C1C1C1. Windows color (decimal): -1657939 or 11383782. OLE color: 11383782.
HSL color Cylindrical-coordinate representation of color #E6B3AD: hue angle of 6.32º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6B3AD is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 173 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.10 |
| HSL | 6.32º | 0.53% | 0.79% | - |
| HSV(B) | 6.32º | 0.25% | 0.9% | - |
| XYZ | 56.3 | 52.08 | 46.62 | - |
| YUV | 193.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 173 | 0 | 0.22 | 0.25 | 0.10 | 6.32 | 0.53 | 0.79 |
| Hex | E6 | B3 | AD | 0 | 16 | 19 | A | 6 | 35 | 4F |
| Octal | 346 | 263 | 255 | 0 | 26 | 31 | 12 | 6 | 65 | 117 |
| Binary | 11100110 | 10110011 | 10101101 | 0 | 10110 | 11001 | 1010 | 110 | 110101 | 1001111 |
Color Harmonies of #E6B3AD
Complementary color
Monochromatic Colors of #E6B3AD
Black with #E6B3AD
Text Example
Text Example
White with #E6B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B3AD; }
p { color: rgb(230,179,173); }
H1.HeaderClassName
{
color: #E6B3AD;
}
.AnyTagClassName
{
color: #E6B3AD;
}
</style>
background-color css
<style>
a { background-color: #E6B3AD; }
a { background-color: rgb(230,179,173); }
div.DivClassName
{
background-color: #E6B3AD;
}
.BgClassName
{
background-color: #E6B3AD;
}
</style>
border-color css
<style>
span { border-color: #E6B3AD; }
span { border-color: rgb(230,179,173); }
td.TdClassName
{
border-color: #E6B3AD;
}
.TagClassName
{
border-color: #E6B3AD;
}
</style>