#DF9195

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

Shades of Wewak #DF9195

Tints of Wewak #DF9195

Color information

#DF9195 (or 0xDF9195) is unknown color: approx Wewak. HEX triplet: DF, 91 and 95. RGB value is (223,145,149). Sum of RGB (Red+Green+Blue) = 223+145+149=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9195 is #206E6A. Grayscale: #A8A8A8. Windows color (decimal): -2125419 or 9802207. OLE color: 9802207.

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

Color convert

RGB223145149-
CMYK00.350.330.13
HSL356.92º54.93%72.16%-
HSV(B)356.92º34.98%87.45%-
XYZ45.9838.1133.37-
YUV168.78116.84166.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.13%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=43.13%
G=28.05%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314514900.350.330.13356.9254.9372.16
HexDF919502321D1653748
Octal337221225043411554567110
Binary110111111001000110010101010001110000111011011001011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9195; }

 p { color: rgb(223,145,149); }

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

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

 a { background-color: rgb(223,145,149); }

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

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

 span { border-color: rgb(223,145,149); }

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