Html Css Color HEX #9C416C Rouge

📋 copy color: '#9C416C'

red 156 ◦ green 65 ◦ blue 108

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

Shades of Rouge #9C416C

Tints of Rouge #9C416C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 47.42%
G = 19.76%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C416C (or 0x9C416C) is known color: Rouge. HEX triplet: 9C, 41 and 6C. RGB value is (156,65,108). Sum of RGB (Red+Green+Blue) = 156+65+108=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C416C is #63BE93. Grayscale: #616161. Windows color (decimal): -6536852 or 7094684. OLE color: 7094684.

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

Color convert

RGB 156 65 108 -
CMYK 0 0.58 0.31 0.39
HSL 331.65º 0.41% 0.43% -
HSV(B) 331.65º 0.58% 0.61% -
XYZ 18.31 11.93 15.53 -
YUV 97.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 156 65 108 0 0.58 0.31 0.39 331.65 0.41 0.43
Hex 9C 41 6C 0 3A 1F 27 14C 29 2B
Octal 234 101 154 0 72 37 47 514 51 53
Binary 10011100 1000001 1101100 0 111010 11111 100111 101001100 101001 101011

Color Harmonies of #9C416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C416C

Black with #9C416C

Text Example


Text Example

White with #9C416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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