Shades of Cavern Pink #DCBCB4
Tints of Cavern Pink #DCBCB4
RGB
CMYK
RGB Variations
Color information
#DCBCB4 (or 0xDCBCB4) is known color: Cavern Pink. HEX triplet: DC, BC and B4. RGB value is (220,188,180). Sum of RGB (Red+Green+Blue) = 220+188+180=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCB4 is #23434B. Grayscale: #C4C4C4. Windows color (decimal): -2310988 or 11844828. OLE color: 11844828.
HSL color Cylindrical-coordinate representation of color #DCBCB4: hue angle of 12º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBCB4 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 180 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.14 |
| HSL | 12º | 0.36% | 0.78% | - |
| HSV(B) | 12º | 0.18% | 0.86% | - |
| XYZ | 55.74 | 54.48 | 50.76 | - |
| YUV | 196.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 180 | 0 | 0.15 | 0.18 | 0.14 | 12 | 0.36 | 0.78 |
| Hex | DC | BC | B4 | 0 | F | 12 | E | C | 24 | 4E |
| Octal | 334 | 274 | 264 | 0 | 17 | 22 | 16 | 14 | 44 | 116 |
| Binary | 11011100 | 10111100 | 10110100 | 0 | 1111 | 10010 | 1110 | 1100 | 100100 | 1001110 |
Color Harmonies of #DCBCB4
Complementary color
Monochromatic Colors of #DCBCB4
Black with #DCBCB4
Text Example
Text Example
White with #DCBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCB4; }
p { color: rgb(220,188,180); }
H1.HeaderClassName
{
color: #DCBCB4;
}
.AnyTagClassName
{
color: #DCBCB4;
}
</style>
background-color css
<style>
a { background-color: #DCBCB4; }
a { background-color: rgb(220,188,180); }
div.DivClassName
{
background-color: #DCBCB4;
}
.BgClassName
{
background-color: #DCBCB4;
}
</style>
border-color css
<style>
span { border-color: #DCBCB4; }
span { border-color: rgb(220,188,180); }
td.TdClassName
{
border-color: #DCBCB4;
}
.TagClassName
{
border-color: #DCBCB4;
}
</style>