Shades of Cavern Pink #E6B8AD
Tints of Cavern Pink #E6B8AD
RGB
CMYK
RGB Variations
Color information
#E6B8AD (or 0xE6B8AD) is known color: Cavern Pink. HEX triplet: E6, B8 and AD. RGB value is (230,184,173). Sum of RGB (Red+Green+Blue) = 230+184+173=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B8AD is #194752. Grayscale: #C4C4C4. Windows color (decimal): -1656659 or 11385062. OLE color: 11385062.
HSL color Cylindrical-coordinate representation of color #E6B8AD: hue angle of 11.58º 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 #E6B8AD is Cyan = 0, Magento = 0.2, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 173 | - |
| CMYK | 0 | 0.2 | 0.25 | 0.10 |
| HSL | 11.58º | 0.53% | 0.79% | - |
| HSV(B) | 11.58º | 0.25% | 0.9% | - |
| XYZ | 57.32 | 54.12 | 46.96 | - |
| YUV | 196.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 173 | 0 | 0.2 | 0.25 | 0.10 | 11.58 | 0.53 | 0.79 |
| Hex | E6 | B8 | AD | 0 | 14 | 19 | A | C | 35 | 4F |
| Octal | 346 | 270 | 255 | 0 | 24 | 31 | 12 | 14 | 65 | 117 |
| Binary | 11100110 | 10111000 | 10101101 | 0 | 10100 | 11001 | 1010 | 1100 | 110101 | 1001111 |
Color Harmonies of #E6B8AD
Complementary color
Monochromatic Colors of #E6B8AD
Black with #E6B8AD
Text Example
Text Example
White with #E6B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B8AD; }
p { color: rgb(230,184,173); }
H1.HeaderClassName
{
color: #E6B8AD;
}
.AnyTagClassName
{
color: #E6B8AD;
}
</style>
background-color css
<style>
a { background-color: #E6B8AD; }
a { background-color: rgb(230,184,173); }
div.DivClassName
{
background-color: #E6B8AD;
}
.BgClassName
{
background-color: #E6B8AD;
}
</style>
border-color css
<style>
span { border-color: #E6B8AD; }
span { border-color: rgb(230,184,173); }
td.TdClassName
{
border-color: #E6B8AD;
}
.TagClassName
{
border-color: #E6B8AD;
}
</style>