Shades of Cavern Pink #DCB8AF
Tints of Cavern Pink #DCB8AF
RGB
CMYK
RGB Variations
Color information
#DCB8AF (or 0xDCB8AF) is known color: Cavern Pink. HEX triplet: DC, B8 and AF. RGB value is (220,184,175). Sum of RGB (Red+Green+Blue) = 220+184+175=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB8AF is #234750. Grayscale: #C1C1C1. Windows color (decimal): -2312017 or 11516124. OLE color: 11516124.
HSL color Cylindrical-coordinate representation of color #DCB8AF: hue angle of 12º 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 #DCB8AF is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 175 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.14 |
| HSL | 12º | 0.39% | 0.77% | - |
| HSV(B) | 12º | 0.2% | 0.86% | - |
| XYZ | 54.39 | 52.59 | 47.84 | - |
| YUV | 193.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 175 | 0 | 0.16 | 0.20 | 0.14 | 12 | 0.39 | 0.77 |
| Hex | DC | B8 | AF | 0 | 10 | 14 | E | C | 27 | 4D |
| Octal | 334 | 270 | 257 | 0 | 20 | 24 | 16 | 14 | 47 | 115 |
| Binary | 11011100 | 10111000 | 10101111 | 0 | 10000 | 10100 | 1110 | 1100 | 100111 | 1001101 |
Color Harmonies of #DCB8AF
Complementary color
Monochromatic Colors of #DCB8AF
Black with #DCB8AF
Text Example
Text Example
White with #DCB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8AF; }
p { color: rgb(220,184,175); }
H1.HeaderClassName
{
color: #DCB8AF;
}
.AnyTagClassName
{
color: #DCB8AF;
}
</style>
background-color css
<style>
a { background-color: #DCB8AF; }
a { background-color: rgb(220,184,175); }
div.DivClassName
{
background-color: #DCB8AF;
}
.BgClassName
{
background-color: #DCB8AF;
}
</style>
border-color css
<style>
span { border-color: #DCB8AF; }
span { border-color: rgb(220,184,175); }
td.TdClassName
{
border-color: #DCB8AF;
}
.TagClassName
{
border-color: #DCB8AF;
}
</style>