Shades of Cavern Pink #DCC0BC
Tints of Cavern Pink #DCC0BC
RGB
CMYK
RGB Variations
Color information
#DCC0BC (or 0xDCC0BC) is known color: Cavern Pink. HEX triplet: DC, C0 and BC. RGB value is (220,192,188). Sum of RGB (Red+Green+Blue) = 220+192+188=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0BC is #233F43. Grayscale: #C7C7C7. Windows color (decimal): -2309956 or 12370140. OLE color: 12370140.
HSL color Cylindrical-coordinate representation of color #DCC0BC: hue angle of 7.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCC0BC is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 188 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.14 |
| HSL | 7.5º | 0.31% | 0.8% | - |
| HSV(B) | 7.5º | 0.15% | 0.86% | - |
| XYZ | 57.44 | 56.55 | 55.46 | - |
| YUV | 199.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 188 | 0 | 0.13 | 0.15 | 0.14 | 7.5 | 0.31 | 0.8 |
| Hex | DC | C0 | BC | 0 | D | F | E | 8 | 1F | 50 |
| Octal | 334 | 300 | 274 | 0 | 15 | 17 | 16 | 10 | 37 | 120 |
| Binary | 11011100 | 11000000 | 10111100 | 0 | 1101 | 1111 | 1110 | 1000 | 11111 | 1010000 |
Color Harmonies of #DCC0BC
Complementary color
Monochromatic Colors of #DCC0BC
Black with #DCC0BC
Text Example
Text Example
White with #DCC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0BC; }
p { color: rgb(220,192,188); }
H1.HeaderClassName
{
color: #DCC0BC;
}
.AnyTagClassName
{
color: #DCC0BC;
}
</style>
background-color css
<style>
a { background-color: #DCC0BC; }
a { background-color: rgb(220,192,188); }
div.DivClassName
{
background-color: #DCC0BC;
}
.BgClassName
{
background-color: #DCC0BC;
}
</style>
border-color css
<style>
span { border-color: #DCC0BC; }
span { border-color: rgb(220,192,188); }
td.TdClassName
{
border-color: #DCC0BC;
}
.TagClassName
{
border-color: #DCC0BC;
}
</style>