Shades of Cavern Pink #DCB7B7
Tints of Cavern Pink #DCB7B7
RGB
CMYK
RGB Variations
Color information
#DCB7B7 (or 0xDCB7B7) is known color: Cavern Pink. HEX triplet: DC, B7 and B7. RGB value is (220,183,183). Sum of RGB (Red+Green+Blue) = 220+183+183=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7B7 is #234848. Grayscale: #C2C2C2. Windows color (decimal): -2312265 or 12040156. OLE color: 12040156.
HSL color Cylindrical-coordinate representation of color #DCB7B7: hue angle of 0º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB7B7 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 183 | 183 | - |
CMYK | 0 | 0.17 | 0.17 | 0.14 |
HSL | 0º | 0.35% | 0.79% | - |
HSV(B) | 0º | 0.17% | 0.86% | - |
XYZ | 55 | 52.5 | 52.03 | - |
YUV | 194.06 | 121.76 | 146.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 183 | 183 | 0 | 0.17 | 0.17 | 0.14 | 0 | 0.35 | 0.79 |
Hex | DC | B7 | B7 | 0 | 11 | 11 | E | 0 | 23 | 4F |
Octal | 334 | 267 | 267 | 0 | 21 | 21 | 16 | 0 | 43 | 117 |
Binary | 11011100 | 10110111 | 10110111 | 0 | 10001 | 10001 | 1110 | 0 | 100011 | 1001111 |
Color Harmonies of #DCB7B7
Complementary color
Monochromatic Colors of #DCB7B7
Black with #DCB7B7
Text Example
Text Example
White with #DCB7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7B7; }
p { color: rgb(220,183,183); }
H1.HeaderClassName
{
color: #DCB7B7;
}
.AnyTagClassName
{
color: #DCB7B7;
}
</style>
background-color css
<style>
a { background-color: #DCB7B7; }
a { background-color: rgb(220,183,183); }
div.DivClassName
{
background-color: #DCB7B7;
}
.BgClassName
{
background-color: #DCB7B7;
}
</style>
border-color css
<style>
span { border-color: #DCB7B7; }
span { border-color: rgb(220,183,183); }
td.TdClassName
{
border-color: #DCB7B7;
}
.TagClassName
{
border-color: #DCB7B7;
}
</style>