Shades of Cavern Pink #DCBCBA
Tints of Cavern Pink #DCBCBA
RGB
CMYK
RGB Variations
Color information
#DCBCBA (or 0xDCBCBA) is known color: Cavern Pink. HEX triplet: DC, BC and BA. RGB value is (220,188,186). Sum of RGB (Red+Green+Blue) = 220+188+186=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCBA is #234345. Grayscale: #C5C5C5. Windows color (decimal): -2310982 or 12238044. OLE color: 12238044.
HSL color Cylindrical-coordinate representation of color #DCBCBA: hue angle of 3.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCBA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 186 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.14 |
| HSL | 3.53º | 0.33% | 0.8% | - |
| HSV(B) | 3.53º | 0.15% | 0.86% | - |
| XYZ | 56.36 | 54.73 | 54.05 | - |
| YUV | 197.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 186 | 0 | 0.15 | 0.15 | 0.14 | 3.53 | 0.33 | 0.8 |
| Hex | DC | BC | BA | 0 | F | F | E | 4 | 21 | 50 |
| Octal | 334 | 274 | 272 | 0 | 17 | 17 | 16 | 4 | 41 | 120 |
| Binary | 11011100 | 10111100 | 10111010 | 0 | 1111 | 1111 | 1110 | 100 | 100001 | 1010000 |
Color Harmonies of #DCBCBA
Complementary color
Monochromatic Colors of #DCBCBA
Black with #DCBCBA
Text Example
Text Example
White with #DCBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCBA; }
p { color: rgb(220,188,186); }
H1.HeaderClassName
{
color: #DCBCBA;
}
.AnyTagClassName
{
color: #DCBCBA;
}
</style>
background-color css
<style>
a { background-color: #DCBCBA; }
a { background-color: rgb(220,188,186); }
div.DivClassName
{
background-color: #DCBCBA;
}
.BgClassName
{
background-color: #DCBCBA;
}
</style>
border-color css
<style>
span { border-color: #DCBCBA; }
span { border-color: rgb(220,188,186); }
td.TdClassName
{
border-color: #DCBCBA;
}
.TagClassName
{
border-color: #DCBCBA;
}
</style>