Shades of Cavern Pink #DCBCB5
Tints of Cavern Pink #DCBCB5
RGB
CMYK
RGB Variations
Color information
#DCBCB5 (or 0xDCBCB5) is known color: Cavern Pink. HEX triplet: DC, BC and B5. RGB value is (220,188,181). Sum of RGB (Red+Green+Blue) = 220+188+181=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCB5 is #23434A. Grayscale: #C4C4C4. Windows color (decimal): -2310987 or 11910364. OLE color: 11910364.
HSL color Cylindrical-coordinate representation of color #DCBCB5: hue angle of 10.77º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBCB5 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 181 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.14 |
| HSL | 10.77º | 0.36% | 0.79% | - |
| HSV(B) | 10.77º | 0.18% | 0.86% | - |
| XYZ | 55.84 | 54.52 | 51.3 | - |
| YUV | 196.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 181 | 0 | 0.15 | 0.18 | 0.14 | 10.77 | 0.36 | 0.79 |
| Hex | DC | BC | B5 | 0 | F | 12 | E | B | 24 | 4F |
| Octal | 334 | 274 | 265 | 0 | 17 | 22 | 16 | 13 | 44 | 117 |
| Binary | 11011100 | 10111100 | 10110101 | 0 | 1111 | 10010 | 1110 | 1011 | 100100 | 1001111 |
Color Harmonies of #DCBCB5
Complementary color
Monochromatic Colors of #DCBCB5
Black with #DCBCB5
Text Example
Text Example
White with #DCBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCB5; }
p { color: rgb(220,188,181); }
H1.HeaderClassName
{
color: #DCBCB5;
}
.AnyTagClassName
{
color: #DCBCB5;
}
</style>
background-color css
<style>
a { background-color: #DCBCB5; }
a { background-color: rgb(220,188,181); }
div.DivClassName
{
background-color: #DCBCB5;
}
.BgClassName
{
background-color: #DCBCB5;
}
</style>
border-color css
<style>
span { border-color: #DCBCB5; }
span { border-color: rgb(220,188,181); }
td.TdClassName
{
border-color: #DCBCB5;
}
.TagClassName
{
border-color: #DCBCB5;
}
</style>