Shades of Cavern Pink #DCB8B7
Tints of Cavern Pink #DCB8B7
RGB
CMYK
RGB Variations
Color information
#DCB8B7 (or 0xDCB8B7) is known color: Cavern Pink. HEX triplet: DC, B8 and B7. RGB value is (220,184,183). Sum of RGB (Red+Green+Blue) = 220+184+183=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8B7 is #234748. Grayscale: #C2C2C2. Windows color (decimal): -2312009 or 12040412. OLE color: 12040412.
HSL color Cylindrical-coordinate representation of color #DCB8B7: hue angle of 1.62º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB8B7 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 183 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.14 |
| HSL | 1.62º | 0.35% | 0.79% | - |
| HSV(B) | 1.62º | 0.17% | 0.86% | - |
| XYZ | 55.2 | 52.92 | 52.1 | - |
| YUV | 194.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 183 | 0 | 0.16 | 0.17 | 0.14 | 1.62 | 0.35 | 0.79 |
| Hex | DC | B8 | B7 | 0 | 10 | 11 | E | 2 | 23 | 4F |
| Octal | 334 | 270 | 267 | 0 | 20 | 21 | 16 | 2 | 43 | 117 |
| Binary | 11011100 | 10111000 | 10110111 | 0 | 10000 | 10001 | 1110 | 10 | 100011 | 1001111 |
Color Harmonies of #DCB8B7
Complementary color
Monochromatic Colors of #DCB8B7
Black with #DCB8B7
Text Example
Text Example
White with #DCB8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8B7; }
p { color: rgb(220,184,183); }
H1.HeaderClassName
{
color: #DCB8B7;
}
.AnyTagClassName
{
color: #DCB8B7;
}
</style>
background-color css
<style>
a { background-color: #DCB8B7; }
a { background-color: rgb(220,184,183); }
div.DivClassName
{
background-color: #DCB8B7;
}
.BgClassName
{
background-color: #DCB8B7;
}
</style>
border-color css
<style>
span { border-color: #DCB8B7; }
span { border-color: rgb(220,184,183); }
td.TdClassName
{
border-color: #DCB8B7;
}
.TagClassName
{
border-color: #DCB8B7;
}
</style>