Html Css Color HEX #9C3E6B Rouge

📋 copy color: '#9C3E6B'

red 156 ◦ green 62 ◦ blue 107

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

Shades of Rouge #9C3E6B

Tints of Rouge #9C3E6B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.08%

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 48%
G = 19.08%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C3E6B (or 0x9C3E6B) is known color: Rouge. HEX triplet: 9C, 3E and 6B. RGB value is (156,62,107). Sum of RGB (Red+Green+Blue) = 156+62+107=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3E6B is #63C194. Grayscale: #5F5F5F. Windows color (decimal): -6537621 or 7028380. OLE color: 7028380.

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

Color convert

RGB 156 62 107 -
CMYK 0 0.60 0.31 0.39
HSL 331.28º 0.43% 0.43% -
HSV(B) 331.28º 0.6% 0.61% -
XYZ 18.09 11.57 15.19 -
YUV 95.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 156 62 107 0 0.60 0.31 0.39 331.28 0.43 0.43
Hex 9C 3E 6B 0 3C 1F 27 14B 2B 2B
Octal 234 76 153 0 74 37 47 513 53 53
Binary 10011100 111110 1101011 0 111100 11111 100111 101001011 101011 101011

Color Harmonies of #9C3E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3E6B

Black with #9C3E6B

Text Example


Text Example

White with #9C3E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,62,107); }

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

background-color css

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

 a { background-color: rgb(156,62,107); }

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

border-color css

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

 span { border-color: rgb(156,62,107); }

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