#DCB2AC

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

Shades of Cavern Pink #DCB2AC

Tints of Cavern Pink #DCB2AC

Color information

#DCB2AC (or 0xDCB2AC) is unknown color: approx Cavern Pink. HEX triplet: DC, B2 and AC. RGB value is (220,178,172). Sum of RGB (Red+Green+Blue) = 220+178+172=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2AC is #234D53. Grayscale: #BDBDBD. Windows color (decimal): -2313556 or 11317980. OLE color: 11317980.

HSL color Cylindrical-coordinate representation of color #DCB2AC: hue angle of 7.5º 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 #DCB2AC is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220178172-
CMYK00.190.220.14
HSL7.5º40.68%76.86%-
HSV(B)7.5º21.82%86.27%-
XYZ52.8850.0345.9-
YUV189.87117.91149.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=38.60%
G=31.23%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017817200.190.220.147.540.6876.86
HexDCB2AC01316E8294d
Octal33426225402326161051115
Binary11011100101100101010110001001110110111010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2AC; }

 p { color: rgb(220,178,172); }

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

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

 a { background-color: rgb(220,178,172); }

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

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

 span { border-color: rgb(220,178,172); }

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