Shades of Cavern Pink #DBB6AC
Tints of Cavern Pink #DBB6AC
RGB
CMYK
RGB Variations
Color information
#DBB6AC (or 0xDBB6AC) is known color: Cavern Pink. HEX triplet: DB, B6 and AC. RGB value is (219,182,172). Sum of RGB (Red+Green+Blue) = 219+182+172=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6AC is #244953. Grayscale: #C0C0C0. Windows color (decimal): -2378068 or 11319003. OLE color: 11319003.
HSL color Cylindrical-coordinate representation of color #DBB6AC: hue angle of 12.77º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB6AC is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 182 | 172 | - |
CMYK | 0 | 0.17 | 0.21 | 0.14 |
HSL | 12.77º | 0.39% | 0.77% | - |
HSV(B) | 12.77º | 0.21% | 0.86% | - |
XYZ | 53.39 | 51.49 | 46.16 | - |
YUV | 191.92 | 116.76 | 147.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 182 | 172 | 0 | 0.17 | 0.21 | 0.14 | 12.77 | 0.39 | 0.77 |
Hex | DB | B6 | AC | 0 | 11 | 15 | E | D | 27 | 4D |
Octal | 333 | 266 | 254 | 0 | 21 | 25 | 16 | 15 | 47 | 115 |
Binary | 11011011 | 10110110 | 10101100 | 0 | 10001 | 10101 | 1110 | 1101 | 100111 | 1001101 |
Color Harmonies of #DBB6AC
Complementary color
Monochromatic Colors of #DBB6AC
Black with #DBB6AC
Text Example
Text Example
White with #DBB6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6AC; }
p { color: rgb(219,182,172); }
H1.HeaderClassName
{
color: #DBB6AC;
}
.AnyTagClassName
{
color: #DBB6AC;
}
</style>
background-color css
<style>
a { background-color: #DBB6AC; }
a { background-color: rgb(219,182,172); }
div.DivClassName
{
background-color: #DBB6AC;
}
.BgClassName
{
background-color: #DBB6AC;
}
</style>
border-color css
<style>
span { border-color: #DBB6AC; }
span { border-color: rgb(219,182,172); }
td.TdClassName
{
border-color: #DBB6AC;
}
.TagClassName
{
border-color: #DBB6AC;
}
</style>