Html Css Color HEX #9C4275 Rouge

📋 copy color: '#9C4275'

red 156 ◦ green 66 ◦ blue 117

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

Shades of Rouge #9C4275

Tints of Rouge #9C4275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 46.02%
G = 19.47%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C4275 (or 0x9C4275) is known color: Rouge. HEX triplet: 9C, 42 and 75. RGB value is (156,66,117). Sum of RGB (Red+Green+Blue) = 156+66+117=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4275 is #63BD8A. Grayscale: #626262. Windows color (decimal): -6536587 or 7684764. OLE color: 7684764.

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

Color convert

RGB 156 66 117 -
CMYK 0 0.58 0.25 0.39
HSL 326º 0.41% 0.44% -
HSV(B) 326º 0.58% 0.61% -
XYZ 18.87 12.25 18.2 -
YUV 98.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 156 66 117 0 0.58 0.25 0.39 326 0.41 0.44
Hex 9C 42 75 0 3A 19 27 146 29 2C
Octal 234 102 165 0 72 31 47 506 51 54
Binary 10011100 1000010 1110101 0 111010 11001 100111 101000110 101001 101100

Color Harmonies of #9C4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4275

Black with #9C4275

Text Example


Text Example

White with #9C4275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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