Shades of Cavern Pink #D9C0BB
Tints of Cavern Pink #D9C0BB
RGB
CMYK
RGB Variations
Color information
#D9C0BB (or 0xD9C0BB) is known color: Cavern Pink. HEX triplet: D9, C0 and BB. RGB value is (217,192,187). Sum of RGB (Red+Green+Blue) = 217+192+187=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0BB is #263F44. Grayscale: #C6C6C6. Windows color (decimal): -2506565 or 12304601. OLE color: 12304601.
HSL color Cylindrical-coordinate representation of color #D9C0BB: hue angle of 10º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9C0BB is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 187 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.15 |
| HSL | 10º | 0.28% | 0.79% | - |
| HSV(B) | 10º | 0.14% | 0.85% | - |
| XYZ | 56.43 | 56.04 | 54.86 | - |
| YUV | 198.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 187 | 0 | 0.12 | 0.14 | 0.15 | 10 | 0.28 | 0.79 |
| Hex | D9 | C0 | BB | 0 | C | E | F | A | 1C | 4F |
| Octal | 331 | 300 | 273 | 0 | 14 | 16 | 17 | 12 | 34 | 117 |
| Binary | 11011001 | 11000000 | 10111011 | 0 | 1100 | 1110 | 1111 | 1010 | 11100 | 1001111 |
Color Harmonies of #D9C0BB
Complementary color
Monochromatic Colors of #D9C0BB
Black with #D9C0BB
Text Example
Text Example
White with #D9C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0BB; }
p { color: rgb(217,192,187); }
H1.HeaderClassName
{
color: #D9C0BB;
}
.AnyTagClassName
{
color: #D9C0BB;
}
</style>
background-color css
<style>
a { background-color: #D9C0BB; }
a { background-color: rgb(217,192,187); }
div.DivClassName
{
background-color: #D9C0BB;
}
.BgClassName
{
background-color: #D9C0BB;
}
</style>
border-color css
<style>
span { border-color: #D9C0BB; }
span { border-color: rgb(217,192,187); }
td.TdClassName
{
border-color: #D9C0BB;
}
.TagClassName
{
border-color: #D9C0BB;
}
</style>