#DE9196

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

Shades of Wewak #DE9196

Tints of Wewak #DE9196

Color information

#DE9196 (or 0xDE9196) is unknown color: approx Wewak. HEX triplet: DE, 91 and 96. RGB value is (222,145,150). Sum of RGB (Red+Green+Blue) = 222+145+150=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9196 is #216E69. Grayscale: #A8A8A8. Windows color (decimal): -2190954 or 9867742. OLE color: 9867742.

HSL color Cylindrical-coordinate representation of color #DE9196: hue angle of 356.1º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE9196 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222145150-
CMYK00.350.320.13
HSL356.1º53.85%71.96%-
HSV(B)356.1º34.68%87.06%-
XYZ45.7537.9833.77-
YUV168.59117.51166.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=42.94%
G=28.05%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214515000.350.320.13356.153.8571.96
HexDE919602320D1643648
Octal336221226043401554466110
Binary110111101001000110010110010001110000011011011001001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9196; }

 p { color: rgb(222,145,150); }

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

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

 a { background-color: rgb(222,145,150); }

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

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

 span { border-color: rgb(222,145,150); }

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