Shades of Cavern Pink #DCB7B0
Tints of Cavern Pink #DCB7B0
RGB
CMYK
RGB Variations
Color information
#DCB7B0 (or 0xDCB7B0) is known color: Cavern Pink. HEX triplet: DC, B7 and B0. RGB value is (220,183,176). Sum of RGB (Red+Green+Blue) = 220+183+176=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7B0 is #23484F. Grayscale: #C1C1C1. Windows color (decimal): -2312272 or 11581404. OLE color: 11581404.
HSL color Cylindrical-coordinate representation of color #DCB7B0: hue angle of 9.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB7B0 is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 176 | - |
| CMYK | 0 | 0.17 | 0.2 | 0.14 |
| HSL | 9.55º | 0.39% | 0.78% | - |
| HSV(B) | 9.55º | 0.2% | 0.86% | - |
| XYZ | 54.29 | 52.22 | 48.29 | - |
| YUV | 193.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 176 | 0 | 0.17 | 0.2 | 0.14 | 9.55 | 0.39 | 0.78 |
| Hex | DC | B7 | B0 | 0 | 11 | 14 | E | A | 27 | 4E |
| Octal | 334 | 267 | 260 | 0 | 21 | 24 | 16 | 12 | 47 | 116 |
| Binary | 11011100 | 10110111 | 10110000 | 0 | 10001 | 10100 | 1110 | 1010 | 100111 | 1001110 |
Color Harmonies of #DCB7B0
Complementary color
Monochromatic Colors of #DCB7B0
Black with #DCB7B0
Text Example
Text Example
White with #DCB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7B0; }
p { color: rgb(220,183,176); }
H1.HeaderClassName
{
color: #DCB7B0;
}
.AnyTagClassName
{
color: #DCB7B0;
}
</style>
background-color css
<style>
a { background-color: #DCB7B0; }
a { background-color: rgb(220,183,176); }
div.DivClassName
{
background-color: #DCB7B0;
}
.BgClassName
{
background-color: #DCB7B0;
}
</style>
border-color css
<style>
span { border-color: #DCB7B0; }
span { border-color: rgb(220,183,176); }
td.TdClassName
{
border-color: #DCB7B0;
}
.TagClassName
{
border-color: #DCB7B0;
}
</style>