Shades of Cavern Pink #DAC0BC
Tints of Cavern Pink #DAC0BC
RGB
CMYK
RGB Variations
Color information
#DAC0BC (or 0xDAC0BC) is known color: Cavern Pink. HEX triplet: DA, C0 and BC. RGB value is (218,192,188). Sum of RGB (Red+Green+Blue) = 218+192+188=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0BC is #253F43. Grayscale: #C7C7C7. Windows color (decimal): -2441028 or 12370138. OLE color: 12370138.
HSL color Cylindrical-coordinate representation of color #DAC0BC: hue angle of 8º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC0BC is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 188 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.15 |
| HSL | 8º | 0.29% | 0.8% | - |
| HSV(B) | 8º | 0.14% | 0.85% | - |
| XYZ | 56.84 | 56.24 | 55.44 | - |
| YUV | 199.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 188 | 0 | 0.12 | 0.14 | 0.15 | 8 | 0.29 | 0.8 |
| Hex | DA | C0 | BC | 0 | C | E | F | 8 | 1D | 50 |
| Octal | 332 | 300 | 274 | 0 | 14 | 16 | 17 | 10 | 35 | 120 |
| Binary | 11011010 | 11000000 | 10111100 | 0 | 1100 | 1110 | 1111 | 1000 | 11101 | 1010000 |
Color Harmonies of #DAC0BC
Complementary color
Monochromatic Colors of #DAC0BC
Black with #DAC0BC
Text Example
Text Example
White with #DAC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0BC; }
p { color: rgb(218,192,188); }
H1.HeaderClassName
{
color: #DAC0BC;
}
.AnyTagClassName
{
color: #DAC0BC;
}
</style>
background-color css
<style>
a { background-color: #DAC0BC; }
a { background-color: rgb(218,192,188); }
div.DivClassName
{
background-color: #DAC0BC;
}
.BgClassName
{
background-color: #DAC0BC;
}
</style>
border-color css
<style>
span { border-color: #DAC0BC; }
span { border-color: rgb(218,192,188); }
td.TdClassName
{
border-color: #DAC0BC;
}
.TagClassName
{
border-color: #DAC0BC;
}
</style>