Shades of Cavern Pink #DCB5B4
Tints of Cavern Pink #DCB5B4
RGB
CMYK
RGB Variations
Color information
#DCB5B4 (or 0xDCB5B4) is known color: Cavern Pink. HEX triplet: DC, B5 and B4. RGB value is (220,181,180). Sum of RGB (Red+Green+Blue) = 220+181+180=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5B4 is #234A4B. Grayscale: #C0C0C0. Windows color (decimal): -2312780 or 11843036. OLE color: 11843036.
HSL color Cylindrical-coordinate representation of color #DCB5B4: hue angle of 1.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 #DCB5B4 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 180 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.14 |
| HSL | 1.5º | 0.36% | 0.78% | - |
| HSV(B) | 1.5º | 0.18% | 0.86% | - |
| XYZ | 54.28 | 51.56 | 50.27 | - |
| YUV | 192.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 180 | 0 | 0.18 | 0.18 | 0.14 | 1.5 | 0.36 | 0.78 |
| Hex | DC | B5 | B4 | 0 | 12 | 12 | E | 2 | 24 | 4E |
| Octal | 334 | 265 | 264 | 0 | 22 | 22 | 16 | 2 | 44 | 116 |
| Binary | 11011100 | 10110101 | 10110100 | 0 | 10010 | 10010 | 1110 | 10 | 100100 | 1001110 |
Color Harmonies of #DCB5B4
Complementary color
Monochromatic Colors of #DCB5B4
Black with #DCB5B4
Text Example
Text Example
White with #DCB5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5B4; }
p { color: rgb(220,181,180); }
H1.HeaderClassName
{
color: #DCB5B4;
}
.AnyTagClassName
{
color: #DCB5B4;
}
</style>
background-color css
<style>
a { background-color: #DCB5B4; }
a { background-color: rgb(220,181,180); }
div.DivClassName
{
background-color: #DCB5B4;
}
.BgClassName
{
background-color: #DCB5B4;
}
</style>
border-color css
<style>
span { border-color: #DCB5B4; }
span { border-color: rgb(220,181,180); }
td.TdClassName
{
border-color: #DCB5B4;
}
.TagClassName
{
border-color: #DCB5B4;
}
</style>