#DCA0C6

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

Shades of Shocking #DCA0C6

Tints of Shocking #DCA0C6

Color information

#DCA0C6 (or 0xDCA0C6) is unknown color: approx Shocking. HEX triplet: DC, A0 and C6. RGB value is (220,160,198). Sum of RGB (Red+Green+Blue) = 220+160+198=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0C6 is #235F39. Grayscale: #B6B6B6. Windows color (decimal): -2318138 or 13017308. OLE color: 13017308.

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

Color convert

RGB220160198-
CMYK00.270.10.14
HSL322º46.15%74.51%-
HSV(B)322º27.27%86.27%-
XYZ52.2844.4359.25-
YUV182.27136.88154.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 160 (62.89% from 255) = 27.68%
BLUE value IS 198 (77.73% from 255) = 34.26%
R=38.06%
G=27.68%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016019800.270.10.1432246.1574.51
HexDCA0C601BAE1422e4b
Octal334240306033121650256113
Binary110111001010000011000110011011101011101010000101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0C6; }

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

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

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

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

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

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

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

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