Shades of Cavern Pink #DCC0BD
Tints of Cavern Pink #DCC0BD
RGB
CMYK
RGB Variations
Color information
#DCC0BD (or 0xDCC0BD) is known color: Cavern Pink. HEX triplet: DC, C0 and BD. RGB value is (220,192,189). Sum of RGB (Red+Green+Blue) = 220+192+189=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0BD is #233F42. Grayscale: #C8C8C8. Windows color (decimal): -2309955 or 12435676. OLE color: 12435676.
HSL color Cylindrical-coordinate representation of color #DCC0BD: hue angle of 5.81º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC0BD is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 189 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.14 |
| HSL | 5.81º | 0.31% | 0.8% | - |
| HSV(B) | 5.81º | 0.14% | 0.86% | - |
| XYZ | 57.55 | 56.59 | 56.03 | - |
| YUV | 200.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 189 | 0 | 0.13 | 0.14 | 0.14 | 5.81 | 0.31 | 0.8 |
| Hex | DC | C0 | BD | 0 | D | E | E | 6 | 1F | 50 |
| Octal | 334 | 300 | 275 | 0 | 15 | 16 | 16 | 6 | 37 | 120 |
| Binary | 11011100 | 11000000 | 10111101 | 0 | 1101 | 1110 | 1110 | 110 | 11111 | 1010000 |
Color Harmonies of #DCC0BD
Complementary color
Monochromatic Colors of #DCC0BD
Black with #DCC0BD
Text Example
Text Example
White with #DCC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0BD; }
p { color: rgb(220,192,189); }
H1.HeaderClassName
{
color: #DCC0BD;
}
.AnyTagClassName
{
color: #DCC0BD;
}
</style>
background-color css
<style>
a { background-color: #DCC0BD; }
a { background-color: rgb(220,192,189); }
div.DivClassName
{
background-color: #DCC0BD;
}
.BgClassName
{
background-color: #DCC0BD;
}
</style>
border-color css
<style>
span { border-color: #DCC0BD; }
span { border-color: rgb(220,192,189); }
td.TdClassName
{
border-color: #DCC0BD;
}
.TagClassName
{
border-color: #DCC0BD;
}
</style>