Shades of Cavern Pink #DAC0BA
Tints of Cavern Pink #DAC0BA
RGB
CMYK
RGB Variations
Color information
#DAC0BA (or 0xDAC0BA) is known color: Cavern Pink. HEX triplet: DA, C0 and BA. RGB value is (218,192,186). Sum of RGB (Red+Green+Blue) = 218+192+186=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0BA is #253F45. Grayscale: #C7C7C7. Windows color (decimal): -2441030 or 12239066. OLE color: 12239066.
HSL color Cylindrical-coordinate representation of color #DAC0BA: hue angle of 11.25º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAC0BA is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 186 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.15 |
| HSL | 11.25º | 0.3% | 0.79% | - |
| HSV(B) | 11.25º | 0.15% | 0.85% | - |
| XYZ | 56.63 | 56.15 | 54.31 | - |
| YUV | 199.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 186 | 0 | 0.12 | 0.15 | 0.15 | 11.25 | 0.3 | 0.79 |
| Hex | DA | C0 | BA | 0 | C | F | F | B | 1E | 4F |
| Octal | 332 | 300 | 272 | 0 | 14 | 17 | 17 | 13 | 36 | 117 |
| Binary | 11011010 | 11000000 | 10111010 | 0 | 1100 | 1111 | 1111 | 1011 | 11110 | 1001111 |
Color Harmonies of #DAC0BA
Complementary color
Monochromatic Colors of #DAC0BA
Black with #DAC0BA
Text Example
Text Example
White with #DAC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0BA; }
p { color: rgb(218,192,186); }
H1.HeaderClassName
{
color: #DAC0BA;
}
.AnyTagClassName
{
color: #DAC0BA;
}
</style>
background-color css
<style>
a { background-color: #DAC0BA; }
a { background-color: rgb(218,192,186); }
div.DivClassName
{
background-color: #DAC0BA;
}
.BgClassName
{
background-color: #DAC0BA;
}
</style>
border-color css
<style>
span { border-color: #DAC0BA; }
span { border-color: rgb(218,192,186); }
td.TdClassName
{
border-color: #DAC0BA;
}
.TagClassName
{
border-color: #DAC0BA;
}
</style>