Html Css Color HEX #9C416E Rouge

📋 copy color: '#9C416E'

red 156 ◦ green 65 ◦ blue 110

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

Shades of Rouge #9C416E

Tints of Rouge #9C416E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

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

R = 47.13%
G = 19.64%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C416E (or 0x9C416E) is known color: Rouge. HEX triplet: 9C, 41 and 6E. RGB value is (156,65,110). Sum of RGB (Red+Green+Blue) = 156+65+110=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C416E is #63BE91. Grayscale: #616161. Windows color (decimal): -6536850 or 7225756. OLE color: 7225756.

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

Color convert

RGB 156 65 110 -
CMYK 0 0.58 0.29 0.39
HSL 330.33º 0.41% 0.43% -
HSV(B) 330.33º 0.58% 0.61% -
XYZ 18.42 11.97 16.09 -
YUV 97.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 156 65 110 0 0.58 0.29 0.39 330.33 0.41 0.43
Hex 9C 41 6E 0 3A 1D 27 14A 29 2B
Octal 234 101 156 0 72 35 47 512 51 53
Binary 10011100 1000001 1101110 0 111010 11101 100111 101001010 101001 101011

Color Harmonies of #9C416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C416E

Black with #9C416E

Text Example


Text Example

White with #9C416E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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