Shades of Cavern Pink #DCB7B4
Tints of Cavern Pink #DCB7B4
RGB
CMYK
RGB Variations
Color information
#DCB7B4 (or 0xDCB7B4) is known color: Cavern Pink. HEX triplet: DC, B7 and B4. RGB value is (220,183,180). Sum of RGB (Red+Green+Blue) = 220+183+180=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7B4 is #23484B. Grayscale: #C1C1C1. Windows color (decimal): -2312268 or 11843548. OLE color: 11843548.
HSL color Cylindrical-coordinate representation of color #DCB7B4: hue angle of 4.5º 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 #DCB7B4 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 180 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.14 |
| HSL | 4.5º | 0.36% | 0.78% | - |
| HSV(B) | 4.5º | 0.18% | 0.86% | - |
| XYZ | 54.69 | 52.38 | 50.41 | - |
| YUV | 193.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 180 | 0 | 0.17 | 0.18 | 0.14 | 4.5 | 0.36 | 0.78 |
| Hex | DC | B7 | B4 | 0 | 11 | 12 | E | 4 | 24 | 4E |
| Octal | 334 | 267 | 264 | 0 | 21 | 22 | 16 | 4 | 44 | 116 |
| Binary | 11011100 | 10110111 | 10110100 | 0 | 10001 | 10010 | 1110 | 100 | 100100 | 1001110 |
Color Harmonies of #DCB7B4
Complementary color
Monochromatic Colors of #DCB7B4
Black with #DCB7B4
Text Example
Text Example
White with #DCB7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7B4; }
p { color: rgb(220,183,180); }
H1.HeaderClassName
{
color: #DCB7B4;
}
.AnyTagClassName
{
color: #DCB7B4;
}
</style>
background-color css
<style>
a { background-color: #DCB7B4; }
a { background-color: rgb(220,183,180); }
div.DivClassName
{
background-color: #DCB7B4;
}
.BgClassName
{
background-color: #DCB7B4;
}
</style>
border-color css
<style>
span { border-color: #DCB7B4; }
span { border-color: rgb(220,183,180); }
td.TdClassName
{
border-color: #DCB7B4;
}
.TagClassName
{
border-color: #DCB7B4;
}
</style>