#D6A0C0

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

Shades of Shocking #D6A0C0

Tints of Shocking #D6A0C0

Color information

#D6A0C0 (or 0xD6A0C0) is unknown color: approx Shocking. HEX triplet: D6, A0 and C0. RGB value is (214,160,192). Sum of RGB (Red+Green+Blue) = 214+160+192=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0C0 is #295F3F. Grayscale: #B3B3B3. Windows color (decimal): -2711360 or 12624086. OLE color: 12624086.

HSL color Cylindrical-coordinate representation of color #D6A0C0: hue angle of 324.44º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0C0 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214160192-
CMYK00.250.100.16
HSL324.44º39.71%73.33%-
HSV(B)324.44º25.23%83.92%-
XYZ49.8243.2455.59-
YUV179.79134.89152.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 160 (62.89% from 255) = 28.27%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=37.81%
G=28.27%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416019200.250.100.16324.4439.7173.33
HexD6A0C0019A101442849
Octal326240300031122050450111
Binary1101011010100000110000000110011010100001010001001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A0C0; }

 p { color: rgb(214,160,192); }

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

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

 a { background-color: rgb(214,160,192); }

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

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

 span { border-color: rgb(214,160,192); }

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