Html Css Color HEX #9C406D Rouge

📋 copy color: '#9C406D'

red 156 ◦ green 64 ◦ blue 109

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

Shades of Rouge #9C406D

Tints of Rouge #9C406D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 47.42%
G = 19.45%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C406D (or 0x9C406D) is known color: Rouge. HEX triplet: 9C, 40 and 6D. RGB value is (156,64,109). Sum of RGB (Red+Green+Blue) = 156+64+109=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C406D is #63BF92. Grayscale: #606060. Windows color (decimal): -6537107 or 7159964. OLE color: 7159964.

HSL color Cylindrical-coordinate representation of color #9C406D: hue angle of 330.65º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C406D is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 64 109 -
CMYK 0 0.59 0.30 0.39
HSL 330.65º 0.42% 0.43% -
HSV(B) 330.65º 0.59% 0.61% -
XYZ 18.3 11.84 15.79 -
YUV 96.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 156 64 109 0 0.59 0.30 0.39 330.65 0.42 0.43
Hex 9C 40 6D 0 3B 1E 27 14B 2A 2B
Octal 234 100 155 0 73 36 47 513 52 53
Binary 10011100 1000000 1101101 0 111011 11110 100111 101001011 101010 101011

Color Harmonies of #9C406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C406D

Black with #9C406D

Text Example


Text Example

White with #9C406D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,64,109); }

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

background-color css

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

 a { background-color: rgb(156,64,109); }

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

border-color css

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

 span { border-color: rgb(156,64,109); }

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