#DCA0BC

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

Shades of Shocking #DCA0BC

Tints of Shocking #DCA0BC

Color information

#DCA0BC (or 0xDCA0BC) is unknown color: approx Shocking. HEX triplet: DC, A0 and BC. RGB value is (220,160,188). Sum of RGB (Red+Green+Blue) = 220+160+188=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0BC is #235F43. Grayscale: #B5B5B5. Windows color (decimal): -2318148 or 12361948. OLE color: 12361948.

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

Color convert

RGB220160188-
CMYK00.270.150.14
HSL332º46.15%74.51%-
HSV(B)332º27.27%86.27%-
XYZ51.1643.9953.37-
YUV181.13131.88155.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 188 (73.83% from 255) = 33.10%
R=38.73%
G=28.17%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016018800.270.150.1433246.1574.51
HexDCA0BC01BFE14c2e4b
Octal334240274033171651456113
Binary110111001010000010111100011011111111101010011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0BC; }

 p { color: rgb(220,160,188); }

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

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

 a { background-color: rgb(220,160,188); }

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

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

 span { border-color: rgb(220,160,188); }

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