#DC9295

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

Shades of Wewak #DC9295

Tints of Wewak #DC9295

Color information

#DC9295 (or 0xDC9295) is unknown color: approx Wewak. HEX triplet: DC, 92 and 95. RGB value is (220,146,149). Sum of RGB (Red+Green+Blue) = 220+146+149=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9295 is #236D6A. Grayscale: #A8A8A8. Windows color (decimal): -2321771 or 9802460. OLE color: 9802460.

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

Color convert

RGB220146149-
CMYK00.340.320.14
HSL357.57º51.39%71.76%-
HSV(B)357.57º33.64%86.27%-
XYZ45.2237.9433.37-
YUV168.47117.02164.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=42.72%
G=28.35%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014614900.340.320.14357.5751.3971.76
HexDC929502220E1663348
Octal334222225042401654663110
Binary110111001001001010010101010001010000011101011001101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9295; }

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

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

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

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

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

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

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

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