Shades of Cavern Pink #DCB2AA
Tints of Cavern Pink #DCB2AA
RGB
CMYK
RGB Variations
Color information
#DCB2AA (or 0xDCB2AA) is known color: Cavern Pink. HEX triplet: DC, B2 and AA. RGB value is (220,178,170). Sum of RGB (Red+Green+Blue) = 220+178+170=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2AA is #234D55. Grayscale: #BDBDBD. Windows color (decimal): -2313558 or 11186908. OLE color: 11186908.
HSL color Cylindrical-coordinate representation of color #DCB2AA: hue angle of 9.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB2AA is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 170 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.14 |
| HSL | 9.6º | 0.42% | 0.76% | - |
| HSV(B) | 9.6º | 0.23% | 0.86% | - |
| XYZ | 52.69 | 49.96 | 44.9 | - |
| YUV | 189.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 170 | 0 | 0.19 | 0.23 | 0.14 | 9.6 | 0.42 | 0.76 |
| Hex | DC | B2 | AA | 0 | 13 | 17 | E | A | 2A | 4C |
| Octal | 334 | 262 | 252 | 0 | 23 | 27 | 16 | 12 | 52 | 114 |
| Binary | 11011100 | 10110010 | 10101010 | 0 | 10011 | 10111 | 1110 | 1010 | 101010 | 1001100 |
Color Harmonies of #DCB2AA
Complementary color
Monochromatic Colors of #DCB2AA
Black with #DCB2AA
Text Example
Text Example
White with #DCB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2AA; }
p { color: rgb(220,178,170); }
H1.HeaderClassName
{
color: #DCB2AA;
}
.AnyTagClassName
{
color: #DCB2AA;
}
</style>
background-color css
<style>
a { background-color: #DCB2AA; }
a { background-color: rgb(220,178,170); }
div.DivClassName
{
background-color: #DCB2AA;
}
.BgClassName
{
background-color: #DCB2AA;
}
</style>
border-color css
<style>
span { border-color: #DCB2AA; }
span { border-color: rgb(220,178,170); }
td.TdClassName
{
border-color: #DCB2AA;
}
.TagClassName
{
border-color: #DCB2AA;
}
</style>