Html Css Color HEX #9C3268 Rouge

📋 copy color: '#9C3268'

red 156 ◦ green 50 ◦ blue 104

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

Shades of Rouge #9C3268

Tints of Rouge #9C3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 50.32%
G = 16.13%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C3268 (or 0x9C3268) is known color: Rouge. HEX triplet: 9C, 32 and 68. RGB value is (156,50,104). Sum of RGB (Red+Green+Blue) = 156+50+104=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3268 is #63CD97. Grayscale: #575757. Windows color (decimal): -6540696 or 6828700. OLE color: 6828700.

HSL color Cylindrical-coordinate representation of color #9C3268: hue angle of 329.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C3268 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 50 104 -
CMYK 0 0.68 0.33 0.39
HSL 329.43º 0.51% 0.4% -
HSV(B) 329.43º 0.68% 0.61% -
XYZ 17.35 10.35 14.18 -
YUV 87.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 156 50 104 0 0.68 0.33 0.39 329.43 0.51 0.4
Hex 9C 32 68 0 44 21 27 149 33 28
Octal 234 62 150 0 104 41 47 511 63 50
Binary 10011100 110010 1101000 0 1000100 100001 100111 101001001 110011 101000

Color Harmonies of #9C3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3268

Black with #9C3268

Text Example


Text Example

White with #9C3268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,50,104); }

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

background-color css

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

 a { background-color: rgb(156,50,104); }

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

border-color css

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

 span { border-color: rgb(156,50,104); }

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