Html Css Color HEX #9C446F Rouge

📋 copy color: '#9C446F'

red 156 ◦ green 68 ◦ blue 111

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

Shades of Rouge #9C446F

Tints of Rouge #9C446F

RGB

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

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

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

R = 46.57%
G = 20.3%
B = 33.13%

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

#9C446F (or 0x9C446F) is known color: Rouge. HEX triplet: 9C, 44 and 6F. RGB value is (156,68,111). Sum of RGB (Red+Green+Blue) = 156+68+111=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C446F is #63BB90. Grayscale: #636363. Windows color (decimal): -6536081 or 7292060. OLE color: 7292060.

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

Color convert

RGB 156 68 111 -
CMYK 0 0.56 0.29 0.39
HSL 330.68º 0.39% 0.44% -
HSV(B) 330.68º 0.56% 0.61% -
XYZ 18.65 12.35 16.44 -
YUV 99.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 156 68 111 0 0.56 0.29 0.39 330.68 0.39 0.44
Hex 9C 44 6F 0 38 1D 27 14B 27 2C
Octal 234 104 157 0 70 35 47 513 47 54
Binary 10011100 1000100 1101111 0 111000 11101 100111 101001011 100111 101100

Color Harmonies of #9C446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C446F

Black with #9C446F

Text Example


Text Example

White with #9C446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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