Html Css Color HEX #9C4070 Rouge

📋 copy color: '#9C4070'

red 156 ◦ green 64 ◦ blue 112

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

Shades of Rouge #9C4070

Tints of Rouge #9C4070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 46.99%
G = 19.28%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C4070 (or 0x9C4070) is known color: Rouge. HEX triplet: 9C, 40 and 70. RGB value is (156,64,112). Sum of RGB (Red+Green+Blue) = 156+64+112=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4070 is #63BF8F. Grayscale: #606060. Windows color (decimal): -6537104 or 7356572. OLE color: 7356572.

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

Color convert

RGB 156 64 112 -
CMYK 0 0.59 0.28 0.39
HSL 328.7º 0.42% 0.43% -
HSV(B) 328.7º 0.59% 0.61% -
XYZ 18.47 11.9 16.65 -
YUV 96.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 156 64 112 0 0.59 0.28 0.39 328.7 0.42 0.43
Hex 9C 40 70 0 3B 1C 27 149 2A 2B
Octal 234 100 160 0 73 34 47 511 52 53
Binary 10011100 1000000 1110000 0 111011 11100 100111 101001001 101010 101011

Color Harmonies of #9C4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4070

Black with #9C4070

Text Example


Text Example

White with #9C4070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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