Shades of Cavern Pink #DCC1BC
Tints of Cavern Pink #DCC1BC
RGB
CMYK
RGB Variations
Color information
#DCC1BC (or 0xDCC1BC) is known color: Cavern Pink. HEX triplet: DC, C1 and BC. RGB value is (220,193,188). Sum of RGB (Red+Green+Blue) = 220+193+188=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1BC is #233E43. Grayscale: #C8C8C8. Windows color (decimal): -2309700 or 12370396. OLE color: 12370396.
HSL color Cylindrical-coordinate representation of color #DCC1BC: hue angle of 9.38º 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 #DCC1BC is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 188 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.14 |
| HSL | 9.38º | 0.31% | 0.8% | - |
| HSV(B) | 9.38º | 0.15% | 0.86% | - |
| XYZ | 57.66 | 56.99 | 55.54 | - |
| YUV | 200.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 188 | 0 | 0.12 | 0.15 | 0.14 | 9.38 | 0.31 | 0.8 |
| Hex | DC | C1 | BC | 0 | C | F | E | 9 | 1F | 50 |
| Octal | 334 | 301 | 274 | 0 | 14 | 17 | 16 | 11 | 37 | 120 |
| Binary | 11011100 | 11000001 | 10111100 | 0 | 1100 | 1111 | 1110 | 1001 | 11111 | 1010000 |
Color Harmonies of #DCC1BC
Complementary color
Monochromatic Colors of #DCC1BC
Black with #DCC1BC
Text Example
Text Example
White with #DCC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1BC; }
p { color: rgb(220,193,188); }
H1.HeaderClassName
{
color: #DCC1BC;
}
.AnyTagClassName
{
color: #DCC1BC;
}
</style>
background-color css
<style>
a { background-color: #DCC1BC; }
a { background-color: rgb(220,193,188); }
div.DivClassName
{
background-color: #DCC1BC;
}
.BgClassName
{
background-color: #DCC1BC;
}
</style>
border-color css
<style>
span { border-color: #DCC1BC; }
span { border-color: rgb(220,193,188); }
td.TdClassName
{
border-color: #DCC1BC;
}
.TagClassName
{
border-color: #DCC1BC;
}
</style>