#DC9293

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

Shades of Wewak #DC9293

Tints of Wewak #DC9293

Color information

#DC9293 (or 0xDC9293) is unknown color: approx Wewak. HEX triplet: DC, 92 and 93. RGB value is (220,146,147). Sum of RGB (Red+Green+Blue) = 220+146+147=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9293 is #236D6C. Grayscale: #A8A8A8. Windows color (decimal): -2321773 or 9671388. OLE color: 9671388.

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

Color convert

RGB220146147-
CMYK00.340.330.14
HSL359.19º51.39%71.76%-
HSV(B)359.19º33.64%86.27%-
XYZ45.0637.8832.54-
YUV168.24116.02164.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=42.88%
G=28.46%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014614700.340.330.14359.1951.3971.76
HexDC929302221E1673348
Octal334222223042411654763110
Binary110111001001001010010011010001010000111101011001111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9293; }

 p { color: rgb(220,146,147); }

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

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

 a { background-color: rgb(220,146,147); }

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

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

 span { border-color: rgb(220,146,147); }

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