#DE9197

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

Shades of Wewak #DE9197

Tints of Wewak #DE9197

Color information

#DE9197 (or 0xDE9197) is unknown color: approx Wewak. HEX triplet: DE, 91 and 97. RGB value is (222,145,151). Sum of RGB (Red+Green+Blue) = 222+145+151=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9197 is #216E68. Grayscale: #A8A8A8. Windows color (decimal): -2190953 or 9933278. OLE color: 9933278.

HSL color Cylindrical-coordinate representation of color #DE9197: hue angle of 355.32º 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 #DE9197 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222145151-
CMYK00.350.320.13
HSL355.32º53.85%71.96%-
HSV(B)355.32º34.68%87.06%-
XYZ45.8438.0134.2-
YUV168.71118.01166.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.86%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 151 (59.38% from 255) = 29.15%
R=42.86%
G=27.99%
B=29.15%

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
Decimal22214515100.350.320.13355.3253.8571.96
HexDE919702320D1633648
Octal336221227043401554366110
Binary110111101001000110010111010001110000011011011000111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9197; }

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

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

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

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

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

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

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

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