Shades of Cavern Pink #DCB6AD
Tints of Cavern Pink #DCB6AD
RGB
CMYK
RGB Variations
Color information
#DCB6AD (or 0xDCB6AD) is known color: Cavern Pink. HEX triplet: DC, B6 and AD. RGB value is (220,182,173). Sum of RGB (Red+Green+Blue) = 220+182+173=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB6AD is #234952. Grayscale: #C0C0C0. Windows color (decimal): -2312531 or 11384540. OLE color: 11384540.
HSL color Cylindrical-coordinate representation of color #DCB6AD: hue angle of 11.49º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB6AD is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 173 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.14 |
| HSL | 11.49º | 0.4% | 0.77% | - |
| HSV(B) | 11.49º | 0.21% | 0.86% | - |
| XYZ | 53.79 | 51.69 | 46.68 | - |
| YUV | 192.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 173 | 0 | 0.17 | 0.21 | 0.14 | 11.49 | 0.4 | 0.77 |
| Hex | DC | B6 | AD | 0 | 11 | 15 | E | B | 28 | 4D |
| Octal | 334 | 266 | 255 | 0 | 21 | 25 | 16 | 13 | 50 | 115 |
| Binary | 11011100 | 10110110 | 10101101 | 0 | 10001 | 10101 | 1110 | 1011 | 101000 | 1001101 |
Color Harmonies of #DCB6AD
Complementary color
Monochromatic Colors of #DCB6AD
Black with #DCB6AD
Text Example
Text Example
White with #DCB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6AD; }
p { color: rgb(220,182,173); }
H1.HeaderClassName
{
color: #DCB6AD;
}
.AnyTagClassName
{
color: #DCB6AD;
}
</style>
background-color css
<style>
a { background-color: #DCB6AD; }
a { background-color: rgb(220,182,173); }
div.DivClassName
{
background-color: #DCB6AD;
}
.BgClassName
{
background-color: #DCB6AD;
}
</style>
border-color css
<style>
span { border-color: #DCB6AD; }
span { border-color: rgb(220,182,173); }
td.TdClassName
{
border-color: #DCB6AD;
}
.TagClassName
{
border-color: #DCB6AD;
}
</style>