Shades of Cavern Pink #E6BFB5
Tints of Cavern Pink #E6BFB5
RGB
CMYK
RGB Variations
Color information
#E6BFB5 (or 0xE6BFB5) is known color: Cavern Pink. HEX triplet: E6, BF and B5. RGB value is (230,191,181). Sum of RGB (Red+Green+Blue) = 230+191+181=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFB5 is #19404A. Grayscale: #C9C9C9. Windows color (decimal): -1654859 or 11911142. OLE color: 11911142.
HSL color Cylindrical-coordinate representation of color #E6BFB5: hue angle of 12.24º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BFB5 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 181 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.10 |
| HSL | 12.24º | 0.49% | 0.81% | - |
| HSV(B) | 12.24º | 0.21% | 0.9% | - |
| XYZ | 59.6 | 57.42 | 51.66 | - |
| YUV | 201.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 181 | 0 | 0.17 | 0.21 | 0.10 | 12.24 | 0.49 | 0.81 |
| Hex | E6 | BF | B5 | 0 | 11 | 15 | A | C | 31 | 51 |
| Octal | 346 | 277 | 265 | 0 | 21 | 25 | 12 | 14 | 61 | 121 |
| Binary | 11100110 | 10111111 | 10110101 | 0 | 10001 | 10101 | 1010 | 1100 | 110001 | 1010001 |
Color Harmonies of #E6BFB5
Complementary color
Monochromatic Colors of #E6BFB5
Black with #E6BFB5
Text Example
Text Example
White with #E6BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFB5; }
p { color: rgb(230,191,181); }
H1.HeaderClassName
{
color: #E6BFB5;
}
.AnyTagClassName
{
color: #E6BFB5;
}
</style>
background-color css
<style>
a { background-color: #E6BFB5; }
a { background-color: rgb(230,191,181); }
div.DivClassName
{
background-color: #E6BFB5;
}
.BgClassName
{
background-color: #E6BFB5;
}
</style>
border-color css
<style>
span { border-color: #E6BFB5; }
span { border-color: rgb(230,191,181); }
td.TdClassName
{
border-color: #E6BFB5;
}
.TagClassName
{
border-color: #E6BFB5;
}
</style>