Shades of Cavern Pink #DCB2AD
Tints of Cavern Pink #DCB2AD
RGB
CMYK
RGB Variations
Color information
#DCB2AD (or 0xDCB2AD) is known color: Cavern Pink. HEX triplet: DC, B2 and AD. RGB value is (220,178,173). Sum of RGB (Red+Green+Blue) = 220+178+173=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2AD is #234D52. Grayscale: #BEBEBE. Windows color (decimal): -2313555 or 11383516. OLE color: 11383516.
HSL color Cylindrical-coordinate representation of color #DCB2AD: hue angle of 6.38º 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 #DCB2AD is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 173 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.14 |
| HSL | 6.38º | 0.4% | 0.77% | - |
| HSV(B) | 6.38º | 0.21% | 0.86% | - |
| XYZ | 52.98 | 50.07 | 46.41 | - |
| YUV | 189.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 173 | 0 | 0.19 | 0.21 | 0.14 | 6.38 | 0.4 | 0.77 |
| Hex | DC | B2 | AD | 0 | 13 | 15 | E | 6 | 28 | 4D |
| Octal | 334 | 262 | 255 | 0 | 23 | 25 | 16 | 6 | 50 | 115 |
| Binary | 11011100 | 10110010 | 10101101 | 0 | 10011 | 10101 | 1110 | 110 | 101000 | 1001101 |
Color Harmonies of #DCB2AD
Complementary color
Monochromatic Colors of #DCB2AD
Black with #DCB2AD
Text Example
Text Example
White with #DCB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2AD; }
p { color: rgb(220,178,173); }
H1.HeaderClassName
{
color: #DCB2AD;
}
.AnyTagClassName
{
color: #DCB2AD;
}
</style>
background-color css
<style>
a { background-color: #DCB2AD; }
a { background-color: rgb(220,178,173); }
div.DivClassName
{
background-color: #DCB2AD;
}
.BgClassName
{
background-color: #DCB2AD;
}
</style>
border-color css
<style>
span { border-color: #DCB2AD; }
span { border-color: rgb(220,178,173); }
td.TdClassName
{
border-color: #DCB2AD;
}
.TagClassName
{
border-color: #DCB2AD;
}
</style>