Shades of Cavern Pink #DCB7AF
Tints of Cavern Pink #DCB7AF
RGB
CMYK
RGB Variations
Color information
#DCB7AF (or 0xDCB7AF) is known color: Cavern Pink. HEX triplet: DC, B7 and AF. RGB value is (220,183,175). Sum of RGB (Red+Green+Blue) = 220+183+175=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7AF is #234850. Grayscale: #C1C1C1. Windows color (decimal): -2312273 or 11515868. OLE color: 11515868.
HSL color Cylindrical-coordinate representation of color #DCB7AF: hue angle of 10.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB7AF is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 175 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.14 |
| HSL | 10.67º | 0.39% | 0.77% | - |
| HSV(B) | 10.67º | 0.2% | 0.86% | - |
| XYZ | 54.19 | 52.18 | 47.77 | - |
| YUV | 193.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 175 | 0 | 0.17 | 0.20 | 0.14 | 10.67 | 0.39 | 0.77 |
| Hex | DC | B7 | AF | 0 | 11 | 14 | E | B | 27 | 4D |
| Octal | 334 | 267 | 257 | 0 | 21 | 24 | 16 | 13 | 47 | 115 |
| Binary | 11011100 | 10110111 | 10101111 | 0 | 10001 | 10100 | 1110 | 1011 | 100111 | 1001101 |
Color Harmonies of #DCB7AF
Complementary color
Monochromatic Colors of #DCB7AF
Black with #DCB7AF
Text Example
Text Example
White with #DCB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7AF; }
p { color: rgb(220,183,175); }
H1.HeaderClassName
{
color: #DCB7AF;
}
.AnyTagClassName
{
color: #DCB7AF;
}
</style>
background-color css
<style>
a { background-color: #DCB7AF; }
a { background-color: rgb(220,183,175); }
div.DivClassName
{
background-color: #DCB7AF;
}
.BgClassName
{
background-color: #DCB7AF;
}
</style>
border-color css
<style>
span { border-color: #DCB7AF; }
span { border-color: rgb(220,183,175); }
td.TdClassName
{
border-color: #DCB7AF;
}
.TagClassName
{
border-color: #DCB7AF;
}
</style>