Shades of Cavern Pink #DCC0BB
Tints of Cavern Pink #DCC0BB
RGB
CMYK
RGB Variations
Color information
#DCC0BB (or 0xDCC0BB) is known color: Cavern Pink. HEX triplet: DC, C0 and BB. RGB value is (220,192,187). Sum of RGB (Red+Green+Blue) = 220+192+187=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0BB is #233F44. Grayscale: #C7C7C7. Windows color (decimal): -2309957 or 12304604. OLE color: 12304604.
HSL color Cylindrical-coordinate representation of color #DCC0BB: hue angle of 9.09º degrees, saturation: 0.32, 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 #DCC0BB is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 187 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.14 |
| HSL | 9.09º | 0.32% | 0.8% | - |
| HSV(B) | 9.09º | 0.15% | 0.86% | - |
| XYZ | 57.33 | 56.5 | 54.9 | - |
| YUV | 199.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 187 | 0 | 0.13 | 0.15 | 0.14 | 9.09 | 0.32 | 0.8 |
| Hex | DC | C0 | BB | 0 | D | F | E | 9 | 20 | 50 |
| Octal | 334 | 300 | 273 | 0 | 15 | 17 | 16 | 11 | 40 | 120 |
| Binary | 11011100 | 11000000 | 10111011 | 0 | 1101 | 1111 | 1110 | 1001 | 100000 | 1010000 |
Color Harmonies of #DCC0BB
Complementary color
Monochromatic Colors of #DCC0BB
Black with #DCC0BB
Text Example
Text Example
White with #DCC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0BB; }
p { color: rgb(220,192,187); }
H1.HeaderClassName
{
color: #DCC0BB;
}
.AnyTagClassName
{
color: #DCC0BB;
}
</style>
background-color css
<style>
a { background-color: #DCC0BB; }
a { background-color: rgb(220,192,187); }
div.DivClassName
{
background-color: #DCC0BB;
}
.BgClassName
{
background-color: #DCC0BB;
}
</style>
border-color css
<style>
span { border-color: #DCC0BB; }
span { border-color: rgb(220,192,187); }
td.TdClassName
{
border-color: #DCC0BB;
}
.TagClassName
{
border-color: #DCC0BB;
}
</style>