Html Css Color HEX #9C4279 Rouge

📋 copy color: '#9C4279'

red 156 ◦ green 66 ◦ blue 121

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

Shades of Rouge #9C4279

Tints of Rouge #9C4279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 45.48%
G = 19.24%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C4279 (or 0x9C4279) is known color: Rouge. HEX triplet: 9C, 42 and 79. RGB value is (156,66,121). Sum of RGB (Red+Green+Blue) = 156+66+121=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4279 is #63BD86. Grayscale: #636363. Windows color (decimal): -6536583 or 7946908. OLE color: 7946908.

HSL color Cylindrical-coordinate representation of color #9C4279: hue angle of 323.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 #9C4279 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 66 121 -
CMYK 0 0.58 0.22 0.39
HSL 323.33º 0.41% 0.44% -
HSV(B) 323.33º 0.58% 0.61% -
XYZ 19.11 12.34 19.46 -
YUV 99.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 156 66 121 0 0.58 0.22 0.39 323.33 0.41 0.44
Hex 9C 42 79 0 3A 16 27 143 29 2C
Octal 234 102 171 0 72 26 47 503 51 54
Binary 10011100 1000010 1111001 0 111010 10110 100111 101000011 101001 101100

Color Harmonies of #9C4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4279

Black with #9C4279

Text Example


Text Example

White with #9C4279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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