Html Css Color HEX #9C446E Rouge

📋 copy color: '#9C446E'

red 156 ◦ green 68 ◦ blue 110

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

Shades of Rouge #9C446E

Tints of Rouge #9C446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 46.71%
G = 20.36%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C446E (or 0x9C446E) is known color: Rouge. HEX triplet: 9C, 44 and 6E. RGB value is (156,68,110). Sum of RGB (Red+Green+Blue) = 156+68+110=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C446E is #63BB91. Grayscale: #636363. Windows color (decimal): -6536082 or 7226524. OLE color: 7226524.

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

Color convert

RGB 156 68 110 -
CMYK 0 0.56 0.29 0.39
HSL 331.36º 0.39% 0.44% -
HSV(B) 331.36º 0.56% 0.61% -
XYZ 18.59 12.33 16.15 -
YUV 99.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 156 68 110 0 0.56 0.29 0.39 331.36 0.39 0.44
Hex 9C 44 6E 0 38 1D 27 14B 27 2C
Octal 234 104 156 0 70 35 47 513 47 54
Binary 10011100 1000100 1101110 0 111000 11101 100111 101001011 100111 101100

Color Harmonies of #9C446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C446E

Black with #9C446E

Text Example


Text Example

White with #9C446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,68,110); }

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

background-color css

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

 a { background-color: rgb(156,68,110); }

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

border-color css

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

 span { border-color: rgb(156,68,110); }

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