Shades of Cavern Pink #DCB5B1
Tints of Cavern Pink #DCB5B1
RGB
CMYK
RGB Variations
Color information
#DCB5B1 (or 0xDCB5B1) is known color: Cavern Pink. HEX triplet: DC, B5 and B1. RGB value is (220,181,177). Sum of RGB (Red+Green+Blue) = 220+181+177=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5B1 is #234A4E. Grayscale: #C0C0C0. Windows color (decimal): -2312783 or 11646428. OLE color: 11646428.
HSL color Cylindrical-coordinate representation of color #DCB5B1: hue angle of 5.58º degrees, saturation: 0.38, 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 #DCB5B1 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 177 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.14 |
| HSL | 5.58º | 0.38% | 0.78% | - |
| HSV(B) | 5.58º | 0.2% | 0.86% | - |
| XYZ | 53.97 | 51.44 | 48.68 | - |
| YUV | 192.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 177 | 0 | 0.18 | 0.20 | 0.14 | 5.58 | 0.38 | 0.78 |
| Hex | DC | B5 | B1 | 0 | 12 | 14 | E | 6 | 26 | 4E |
| Octal | 334 | 265 | 261 | 0 | 22 | 24 | 16 | 6 | 46 | 116 |
| Binary | 11011100 | 10110101 | 10110001 | 0 | 10010 | 10100 | 1110 | 110 | 100110 | 1001110 |
Color Harmonies of #DCB5B1
Complementary color
Monochromatic Colors of #DCB5B1
Black with #DCB5B1
Text Example
Text Example
White with #DCB5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5B1; }
p { color: rgb(220,181,177); }
H1.HeaderClassName
{
color: #DCB5B1;
}
.AnyTagClassName
{
color: #DCB5B1;
}
</style>
background-color css
<style>
a { background-color: #DCB5B1; }
a { background-color: rgb(220,181,177); }
div.DivClassName
{
background-color: #DCB5B1;
}
.BgClassName
{
background-color: #DCB5B1;
}
</style>
border-color css
<style>
span { border-color: #DCB5B1; }
span { border-color: rgb(220,181,177); }
td.TdClassName
{
border-color: #DCB5B1;
}
.TagClassName
{
border-color: #DCB5B1;
}
</style>