Shades of Cavern Pink #DCBCB9
Tints of Cavern Pink #DCBCB9
RGB
CMYK
RGB Variations
Color information
#DCBCB9 (or 0xDCBCB9) is known color: Cavern Pink. HEX triplet: DC, BC and B9. RGB value is (220,188,185). Sum of RGB (Red+Green+Blue) = 220+188+185=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCB9 is #234346. Grayscale: #C5C5C5. Windows color (decimal): -2310983 or 12172508. OLE color: 12172508.
HSL color Cylindrical-coordinate representation of color #DCBCB9: hue angle of 5.14º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBCB9 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 185 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.14 |
| HSL | 5.14º | 0.33% | 0.79% | - |
| HSV(B) | 5.14º | 0.16% | 0.86% | - |
| XYZ | 56.26 | 54.68 | 53.49 | - |
| YUV | 197.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 185 | 0 | 0.15 | 0.16 | 0.14 | 5.14 | 0.33 | 0.79 |
| Hex | DC | BC | B9 | 0 | F | 10 | E | 5 | 21 | 4F |
| Octal | 334 | 274 | 271 | 0 | 17 | 20 | 16 | 5 | 41 | 117 |
| Binary | 11011100 | 10111100 | 10111001 | 0 | 1111 | 10000 | 1110 | 101 | 100001 | 1001111 |
Color Harmonies of #DCBCB9
Complementary color
Monochromatic Colors of #DCBCB9
Black with #DCBCB9
Text Example
Text Example
White with #DCBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCB9; }
p { color: rgb(220,188,185); }
H1.HeaderClassName
{
color: #DCBCB9;
}
.AnyTagClassName
{
color: #DCBCB9;
}
</style>
background-color css
<style>
a { background-color: #DCBCB9; }
a { background-color: rgb(220,188,185); }
div.DivClassName
{
background-color: #DCBCB9;
}
.BgClassName
{
background-color: #DCBCB9;
}
</style>
border-color css
<style>
span { border-color: #DCBCB9; }
span { border-color: rgb(220,188,185); }
td.TdClassName
{
border-color: #DCBCB9;
}
.TagClassName
{
border-color: #DCBCB9;
}
</style>