#DCBAB9

Color #DCBAB9 Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DCBAB9

Tints of Cavern Pink #DCBAB9

Color information

#DCBAB9 (or 0xDCBAB9) is unknown color: approx Cavern Pink. HEX triplet: DC, BA and B9. RGB value is (220,186,185). Sum of RGB (Red+Green+Blue) = 220+186+185=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAB9 is #234546. Grayscale: #C4C4C4. Windows color (decimal): -2311495 or 12171996. OLE color: 12171996.

HSL color Cylindrical-coordinate representation of color #DCBAB9: hue angle of 1.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBAB9 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220186185-
CMYK00.150.160.14
HSL1.71º33.33%79.41%-
HSV(B)1.71º15.91%86.27%-
XYZ55.8353.8453.35-
YUV196.05121.76145.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=37.23%
G=31.47%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018618500.150.160.141.7133.3379.41
HexDCBAB90F10E2214f
Octal3342722710172016241117
Binary11011100101110101011100101111100001110101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAB9; }

 p { color: rgb(220,186,185); }

 H1.HeaderClassName
 {
   color: #DCBAB9;
 }
 .AnyTagClassName
 {
   color: #DCBAB9;
 }
</style>
background-color css

<style>
 a { background-color: #DCBAB9; }

 a { background-color: rgb(220,186,185); }

 div.DivClassName
 {
   background-color: #DCBAB9;
 }
 .BgClassName
 {
   background-color: #DCBAB9;
 }
</style>
border-color css

<style>
 span { border-color: #DCBAB9; }

 span { border-color: rgb(220,186,185); }

 td.TdClassName
 {
   border-color: #DCBAB9;
 }
 .TagClassName
 {
   border-color: #DCBAB9;
 }
</style>