Shades of Cavern Pink #DCB5B0
Tints of Cavern Pink #DCB5B0
RGB
CMYK
RGB Variations
Color information
#DCB5B0 (or 0xDCB5B0) is known color: Cavern Pink. HEX triplet: DC, B5 and B0. RGB value is (220,181,176). Sum of RGB (Red+Green+Blue) = 220+181+176=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5B0 is #234A4F. Grayscale: #C0C0C0. Windows color (decimal): -2312784 or 11580892. OLE color: 11580892.
HSL color Cylindrical-coordinate representation of color #DCB5B0: hue angle of 6.82º 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 #DCB5B0 is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 176 | - |
| CMYK | 0 | 0.18 | 0.2 | 0.14 |
| HSL | 6.82º | 0.39% | 0.78% | - |
| HSV(B) | 6.82º | 0.2% | 0.86% | - |
| XYZ | 53.88 | 51.4 | 48.16 | - |
| YUV | 192.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 176 | 0 | 0.18 | 0.2 | 0.14 | 6.82 | 0.39 | 0.78 |
| Hex | DC | B5 | B0 | 0 | 12 | 14 | E | 7 | 27 | 4E |
| Octal | 334 | 265 | 260 | 0 | 22 | 24 | 16 | 7 | 47 | 116 |
| Binary | 11011100 | 10110101 | 10110000 | 0 | 10010 | 10100 | 1110 | 111 | 100111 | 1001110 |
Color Harmonies of #DCB5B0
Complementary color
Monochromatic Colors of #DCB5B0
Black with #DCB5B0
Text Example
Text Example
White with #DCB5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5B0; }
p { color: rgb(220,181,176); }
H1.HeaderClassName
{
color: #DCB5B0;
}
.AnyTagClassName
{
color: #DCB5B0;
}
</style>
background-color css
<style>
a { background-color: #DCB5B0; }
a { background-color: rgb(220,181,176); }
div.DivClassName
{
background-color: #DCB5B0;
}
.BgClassName
{
background-color: #DCB5B0;
}
</style>
border-color css
<style>
span { border-color: #DCB5B0; }
span { border-color: rgb(220,181,176); }
td.TdClassName
{
border-color: #DCB5B0;
}
.TagClassName
{
border-color: #DCB5B0;
}
</style>