Html Css Color HEX #DC9596 Wewak

📋 copy color: '#DC9596'

red 220 ◦ green 149 ◦ blue 150

#DC9596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #DC9596

Tints of Wewak #DC9596

RGB

 RED value IS 220 (86.33% from 255) = 42.39%

 GREEN value IS 149 (58.59% from 255) = 28.71%

 BLUE value IS 150 (58.98% from 255) = 28.9%

R = 42.39%
G = 28.71%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC9596 (or 0xDC9596) is known color: Wewak. HEX triplet: DC, 95 and 96. RGB value is (220,149,150). Sum of RGB (Red+Green+Blue) = 220+149+150=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9596 is #236A69. Grayscale: #AAAAAA. Windows color (decimal): -2321002 or 9868764. OLE color: 9868764.

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

Color convert

RGB 220 149 150 -
CMYK 0 0.32 0.32 0.14
HSL 359.15º 0.5% 0.72% -
HSV(B) 359.15º 0.32% 0.86% -
XYZ 45.77 38.91 33.95 -
YUV 170.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 220 149 150 0 0.32 0.32 0.14 359.15 0.5 0.72
Hex DC 95 96 0 20 20 E 167 32 48
Octal 334 225 226 0 40 40 16 547 62 110
Binary 11011100 10010101 10010110 0 100000 100000 1110 101100111 110010 1001000

Color Harmonies of #DC9596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9596

Black with #DC9596

Text Example


Text Example

White with #DC9596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9596; }

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

 H1.HeaderClassName
 {
   color: #DC9596;
 }
 .AnyTagClassName
 {
   color: #DC9596;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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