Html Css Color HEX #9C4672 Rouge

📋 copy color: '#9C4672'

red 156 ◦ green 70 ◦ blue 114

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

Shades of Rouge #9C4672

Tints of Rouge #9C4672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.59%

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 45.88%
G = 20.59%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C4672 (or 0x9C4672) is known color: Rouge. HEX triplet: 9C, 46 and 72. RGB value is (156,70,114). Sum of RGB (Red+Green+Blue) = 156+70+114=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4672 is #63B98D. Grayscale: #646464. Windows color (decimal): -6535566 or 7489180. OLE color: 7489180.

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

Color convert

RGB 156 70 114 -
CMYK 0 0.55 0.27 0.39
HSL 329.3º 0.38% 0.44% -
HSV(B) 329.3º 0.55% 0.61% -
XYZ 18.94 12.66 17.37 -
YUV 100.73 135.49 167.42 -
System Red Green Blue C M Y K H S L
Decimal 156 70 114 0 0.55 0.27 0.39 329.3 0.38 0.44
Hex 9C 46 72 0 37 1B 27 149 26 2C
Octal 234 106 162 0 67 33 47 511 46 54
Binary 10011100 1000110 1110010 0 110111 11011 100111 101001001 100110 101100

Color Harmonies of #9C4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4672

Black with #9C4672

Text Example


Text Example

White with #9C4672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,70,114); }

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

background-color css

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

 a { background-color: rgb(156,70,114); }

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

border-color css

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

 span { border-color: rgb(156,70,114); }

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