Shades of Cavern Pink #DCB6AF
Tints of Cavern Pink #DCB6AF
RGB
CMYK
RGB Variations
Color information
#DCB6AF (or 0xDCB6AF) is known color: Cavern Pink. HEX triplet: DC, B6 and AF. RGB value is (220,182,175). Sum of RGB (Red+Green+Blue) = 220+182+175=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB6AF is #234950. Grayscale: #C0C0C0. Windows color (decimal): -2312529 or 11515612. OLE color: 11515612.
HSL color Cylindrical-coordinate representation of color #DCB6AF: hue angle of 9.33º 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 #DCB6AF is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 175 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.14 |
| HSL | 9.33º | 0.39% | 0.77% | - |
| HSV(B) | 9.33º | 0.2% | 0.86% | - |
| XYZ | 53.98 | 51.77 | 47.7 | - |
| YUV | 192.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 175 | 0 | 0.17 | 0.20 | 0.14 | 9.33 | 0.39 | 0.77 |
| Hex | DC | B6 | AF | 0 | 11 | 14 | E | 9 | 27 | 4D |
| Octal | 334 | 266 | 257 | 0 | 21 | 24 | 16 | 11 | 47 | 115 |
| Binary | 11011100 | 10110110 | 10101111 | 0 | 10001 | 10100 | 1110 | 1001 | 100111 | 1001101 |
Color Harmonies of #DCB6AF
Complementary color
Monochromatic Colors of #DCB6AF
Black with #DCB6AF
Text Example
Text Example
White with #DCB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6AF; }
p { color: rgb(220,182,175); }
H1.HeaderClassName
{
color: #DCB6AF;
}
.AnyTagClassName
{
color: #DCB6AF;
}
</style>
background-color css
<style>
a { background-color: #DCB6AF; }
a { background-color: rgb(220,182,175); }
div.DivClassName
{
background-color: #DCB6AF;
}
.BgClassName
{
background-color: #DCB6AF;
}
</style>
border-color css
<style>
span { border-color: #DCB6AF; }
span { border-color: rgb(220,182,175); }
td.TdClassName
{
border-color: #DCB6AF;
}
.TagClassName
{
border-color: #DCB6AF;
}
</style>