Html Css Color HEX #DC9698 Wewak

📋 copy color: '#DC9698'

red 220 ◦ green 150 ◦ blue 152

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

Shades of Wewak #DC9698

Tints of Wewak #DC9698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.74%

 BLUE value IS 152 (59.77% from 255) = 29.12%

R = 42.15%
G = 28.74%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC9698 (or 0xDC9698) is known color: Wewak. HEX triplet: DC, 96 and 98. RGB value is (220,150,152). Sum of RGB (Red+Green+Blue) = 220+150+152=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9698 is #236967. Grayscale: #ABABAB. Windows color (decimal): -2320744 or 10000092. OLE color: 10000092.

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

Color convert

RGB 220 150 152 -
CMYK 0 0.32 0.31 0.14
HSL 358.29º 0.5% 0.73% -
HSV(B) 358.29º 0.32% 0.86% -
XYZ 46.09 39.3 34.86 -
YUV 171.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 220 150 152 0 0.32 0.31 0.14 358.29 0.5 0.73
Hex DC 96 98 0 20 1F E 166 32 49
Octal 334 226 230 0 40 37 16 546 62 111
Binary 11011100 10010110 10011000 0 100000 11111 1110 101100110 110010 1001001

Color Harmonies of #DC9698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9698

Black with #DC9698

Text Example


Text Example

White with #DC9698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9698; }

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

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

background-color css

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

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

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

border-color css

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

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

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