Html Css Color HEX #9C356F Rouge

📋 copy color: '#9C356F'

red 156 ◦ green 53 ◦ blue 111

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

Shades of Rouge #9C356F

Tints of Rouge #9C356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

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

R = 48.75%
G = 16.56%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C356F (or 0x9C356F) is known color: Rouge. HEX triplet: 9C, 35 and 6F. RGB value is (156,53,111). Sum of RGB (Red+Green+Blue) = 156+53+111=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C356F is #63CA90. Grayscale: #5A5A5A. Windows color (decimal): -6539921 or 7288220. OLE color: 7288220.

HSL color Cylindrical-coordinate representation of color #9C356F: hue angle of 326.21º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C356F is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 53 111 -
CMYK 0 0.66 0.29 0.39
HSL 326.21º 0.49% 0.41% -
HSV(B) 326.21º 0.66% 0.61% -
XYZ 17.85 10.76 16.18 -
YUV 90.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 156 53 111 0 0.66 0.29 0.39 326.21 0.49 0.41
Hex 9C 35 6F 0 42 1D 27 146 31 29
Octal 234 65 157 0 102 35 47 506 61 51
Binary 10011100 110101 1101111 0 1000010 11101 100111 101000110 110001 101001

Color Harmonies of #9C356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C356F

Black with #9C356F

Text Example


Text Example

White with #9C356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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