Html Css Color HEX #9C426D Rouge

📋 copy color: '#9C426D'

red 156 ◦ green 66 ◦ blue 109

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

Shades of Rouge #9C426D

Tints of Rouge #9C426D

RGB

 RED value IS 156 (61.33% from 255) = 47.13%

 GREEN value IS 66 (26.17% from 255) = 19.94%

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 47.13%
G = 19.94%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C426D (or 0x9C426D) is known color: Rouge. HEX triplet: 9C, 42 and 6D. RGB value is (156,66,109). Sum of RGB (Red+Green+Blue) = 156+66+109=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C426D is #63BD92. Grayscale: #616161. Windows color (decimal): -6536595 or 7160476. OLE color: 7160476.

HSL color Cylindrical-coordinate representation of color #9C426D: hue angle of 331.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C426D is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 66 109 -
CMYK 0 0.58 0.30 0.39
HSL 331.33º 0.41% 0.44% -
HSV(B) 331.33º 0.58% 0.61% -
XYZ 18.42 12.07 15.83 -
YUV 97.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 156 66 109 0 0.58 0.30 0.39 331.33 0.41 0.44
Hex 9C 42 6D 0 3A 1E 27 14B 29 2C
Octal 234 102 155 0 72 36 47 513 51 54
Binary 10011100 1000010 1101101 0 111010 11110 100111 101001011 101001 101100

Color Harmonies of #9C426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C426D

Black with #9C426D

Text Example


Text Example

White with #9C426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C426D; }

 p { color: rgb(156,66,109); }

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

background-color css

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

 a { background-color: rgb(156,66,109); }

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

border-color css

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

 span { border-color: rgb(156,66,109); }

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