Shades of Cavern Pink #DCBABA
Tints of Cavern Pink #DCBABA
RGB
CMYK
RGB Variations
Color information
#DCBABA (or 0xDCBABA) is known color: Cavern Pink. HEX triplet: DC, BA and BA. RGB value is (220,186,186). Sum of RGB (Red+Green+Blue) = 220+186+186=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBABA is #234545. Grayscale: #C4C4C4. Windows color (decimal): -2311494 or 12237532. OLE color: 12237532.
HSL color Cylindrical-coordinate representation of color #DCBABA: hue angle of 0º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBABA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 186 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.14 |
| HSL | 0º | 0.33% | 0.8% | - |
| HSV(B) | 0º | 0.15% | 0.86% | - |
| XYZ | 55.94 | 53.88 | 53.91 | - |
| YUV | 196.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 186 | 0 | 0.15 | 0.15 | 0.14 | 0 | 0.33 | 0.8 |
| Hex | DC | BA | BA | 0 | F | F | E | 0 | 21 | 50 |
| Octal | 334 | 272 | 272 | 0 | 17 | 17 | 16 | 0 | 41 | 120 |
| Binary | 11011100 | 10111010 | 10111010 | 0 | 1111 | 1111 | 1110 | 0 | 100001 | 1010000 |
Color Harmonies of #DCBABA
Complementary color
Monochromatic Colors of #DCBABA
Black with #DCBABA
Text Example
Text Example
White with #DCBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBABA; }
p { color: rgb(220,186,186); }
H1.HeaderClassName
{
color: #DCBABA;
}
.AnyTagClassName
{
color: #DCBABA;
}
</style>
background-color css
<style>
a { background-color: #DCBABA; }
a { background-color: rgb(220,186,186); }
div.DivClassName
{
background-color: #DCBABA;
}
.BgClassName
{
background-color: #DCBABA;
}
</style>
border-color css
<style>
span { border-color: #DCBABA; }
span { border-color: rgb(220,186,186); }
td.TdClassName
{
border-color: #DCBABA;
}
.TagClassName
{
border-color: #DCBABA;
}
</style>