Shades of Cavern Pink #DCB2AB
Tints of Cavern Pink #DCB2AB
RGB
CMYK
RGB Variations
Color information
#DCB2AB (or 0xDCB2AB) is known color: Cavern Pink. HEX triplet: DC, B2 and AB. RGB value is (220,178,171). Sum of RGB (Red+Green+Blue) = 220+178+171=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2AB is #234D54. Grayscale: #BDBDBD. Windows color (decimal): -2313557 or 11252444. OLE color: 11252444.
HSL color Cylindrical-coordinate representation of color #DCB2AB: hue angle of 8.57º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB2AB is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 171 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.14 |
| HSL | 8.57º | 0.41% | 0.77% | - |
| HSV(B) | 8.57º | 0.22% | 0.86% | - |
| XYZ | 52.79 | 50 | 45.4 | - |
| YUV | 189.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 171 | 0 | 0.19 | 0.22 | 0.14 | 8.57 | 0.41 | 0.77 |
| Hex | DC | B2 | AB | 0 | 13 | 16 | E | 9 | 29 | 4D |
| Octal | 334 | 262 | 253 | 0 | 23 | 26 | 16 | 11 | 51 | 115 |
| Binary | 11011100 | 10110010 | 10101011 | 0 | 10011 | 10110 | 1110 | 1001 | 101001 | 1001101 |
Color Harmonies of #DCB2AB
Complementary color
Monochromatic Colors of #DCB2AB
Black with #DCB2AB
Text Example
Text Example
White with #DCB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2AB; }
p { color: rgb(220,178,171); }
H1.HeaderClassName
{
color: #DCB2AB;
}
.AnyTagClassName
{
color: #DCB2AB;
}
</style>
background-color css
<style>
a { background-color: #DCB2AB; }
a { background-color: rgb(220,178,171); }
div.DivClassName
{
background-color: #DCB2AB;
}
.BgClassName
{
background-color: #DCB2AB;
}
</style>
border-color css
<style>
span { border-color: #DCB2AB; }
span { border-color: rgb(220,178,171); }
td.TdClassName
{
border-color: #DCB2AB;
}
.TagClassName
{
border-color: #DCB2AB;
}
</style>