Html Css Color HEX #9C416F Rouge

📋 copy color: '#9C416F'

red 156 ◦ green 65 ◦ blue 111

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

Shades of Rouge #9C416F

Tints of Rouge #9C416F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 46.99%
G = 19.58%
B = 33.43%

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

#9C416F (or 0x9C416F) is known color: Rouge. HEX triplet: 9C, 41 and 6F. RGB value is (156,65,111). Sum of RGB (Red+Green+Blue) = 156+65+111=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C416F is #63BE90. Grayscale: #616161. Windows color (decimal): -6536849 or 7291292. OLE color: 7291292.

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

Color convert

RGB 156 65 111 -
CMYK 0 0.58 0.29 0.39
HSL 329.67º 0.41% 0.43% -
HSV(B) 329.67º 0.58% 0.61% -
XYZ 18.47 12 16.38 -
YUV 97.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 156 65 111 0 0.58 0.29 0.39 329.67 0.41 0.43
Hex 9C 41 6F 0 3A 1D 27 14A 29 2B
Octal 234 101 157 0 72 35 47 512 51 53
Binary 10011100 1000001 1101111 0 111010 11101 100111 101001010 101001 101011

Color Harmonies of #9C416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C416F

Black with #9C416F

Text Example


Text Example

White with #9C416F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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