Shades of Cavern Pink #DCB9B3
Tints of Cavern Pink #DCB9B3
RGB
CMYK
RGB Variations
Color information
#DCB9B3 (or 0xDCB9B3) is known color: Cavern Pink. HEX triplet: DC, B9 and B3. RGB value is (220,185,179). Sum of RGB (Red+Green+Blue) = 220+185+179=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9B3 is #23464C. Grayscale: #C2C2C2. Windows color (decimal): -2311757 or 11778524. OLE color: 11778524.
HSL color Cylindrical-coordinate representation of color #DCB9B3: hue angle of 8.78º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB9B3 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 179 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.14 |
| HSL | 8.78º | 0.37% | 0.78% | - |
| HSV(B) | 8.78º | 0.19% | 0.86% | - |
| XYZ | 55 | 53.17 | 50.01 | - |
| YUV | 194.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 179 | 0 | 0.16 | 0.19 | 0.14 | 8.78 | 0.37 | 0.78 |
| Hex | DC | B9 | B3 | 0 | 10 | 13 | E | 9 | 25 | 4E |
| Octal | 334 | 271 | 263 | 0 | 20 | 23 | 16 | 11 | 45 | 116 |
| Binary | 11011100 | 10111001 | 10110011 | 0 | 10000 | 10011 | 1110 | 1001 | 100101 | 1001110 |
Color Harmonies of #DCB9B3
Complementary color
Monochromatic Colors of #DCB9B3
Black with #DCB9B3
Text Example
Text Example
White with #DCB9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9B3; }
p { color: rgb(220,185,179); }
H1.HeaderClassName
{
color: #DCB9B3;
}
.AnyTagClassName
{
color: #DCB9B3;
}
</style>
background-color css
<style>
a { background-color: #DCB9B3; }
a { background-color: rgb(220,185,179); }
div.DivClassName
{
background-color: #DCB9B3;
}
.BgClassName
{
background-color: #DCB9B3;
}
</style>
border-color css
<style>
span { border-color: #DCB9B3; }
span { border-color: rgb(220,185,179); }
td.TdClassName
{
border-color: #DCB9B3;
}
.TagClassName
{
border-color: #DCB9B3;
}
</style>