Html Css Color HEX #DC9293 Wewak

📋 copy color: '#DC9293'

red 220 ◦ green 146 ◦ blue 147

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

Shades of Wewak #DC9293

Tints of Wewak #DC9293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.46%

 BLUE value IS 147 (57.81% from 255) = 28.65%

R = 42.88%
G = 28.46%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC9293 (or 0xDC9293) is known color: Wewak. HEX triplet: DC, 92 and 93. RGB value is (220,146,147). Sum of RGB (Red+Green+Blue) = 220+146+147=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9293 is #236D6C. Grayscale: #A8A8A8. Windows color (decimal): -2321773 or 9671388. OLE color: 9671388.

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

Color convert

RGB 220 146 147 -
CMYK 0 0.34 0.33 0.14
HSL 359.19º 0.51% 0.72% -
HSV(B) 359.19º 0.34% 0.86% -
XYZ 45.06 37.88 32.54 -
YUV 168.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 220 146 147 0 0.34 0.33 0.14 359.19 0.51 0.72
Hex DC 92 93 0 22 21 E 167 33 48
Octal 334 222 223 0 42 41 16 547 63 110
Binary 11011100 10010010 10010011 0 100010 100001 1110 101100111 110011 1001000

Color Harmonies of #DC9293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9293

Black with #DC9293

Text Example


Text Example

White with #DC9293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9293; }

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

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

background-color css

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

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

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

border-color css

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

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

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