Html Css Color HEX #9D446C Rouge

📋 copy color: '#9D446C'

red 157 ◦ green 68 ◦ blue 108

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

Shades of Rouge #9D446C

Tints of Rouge #9D446C

RGB

 RED value IS 157 (61.72% from 255) = 47.15%

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

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

R = 47.15%
G = 20.42%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D446C (or 0x9D446C) is known color: Rouge. HEX triplet: 9D, 44 and 6C. RGB value is (157,68,108). Sum of RGB (Red+Green+Blue) = 157+68+108=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D446C is #62BB93. Grayscale: #636363. Windows color (decimal): -6470548 or 7095453. OLE color: 7095453.

HSL color Cylindrical-coordinate representation of color #9D446C: hue angle of 333.03º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D446C is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 68 108 -
CMYK 0 0.57 0.31 0.38
HSL 333.03º 0.4% 0.44% -
HSV(B) 333.03º 0.57% 0.62% -
XYZ 18.68 12.39 15.59 -
YUV 99.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 157 68 108 0 0.57 0.31 0.38 333.03 0.4 0.44
Hex 9D 44 6C 0 39 1F 26 14D 28 2C
Octal 235 104 154 0 71 37 46 515 50 54
Binary 10011101 1000100 1101100 0 111001 11111 100110 101001101 101000 101100

Color Harmonies of #9D446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D446C

Black with #9D446C

Text Example


Text Example

White with #9D446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,68,108); }

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

background-color css

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

 a { background-color: rgb(157,68,108); }

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

border-color css

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

 span { border-color: rgb(157,68,108); }

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