Html Css Color HEX #9C3F68 Rouge

📋 copy color: '#9C3F68'

red 156 ◦ green 63 ◦ blue 104

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

Shades of Rouge #9C3F68

Tints of Rouge #9C3F68

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

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

R = 48.3%
G = 19.5%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C3F68 (or 0x9C3F68) is known color: Rouge. HEX triplet: 9C, 3F and 68. RGB value is (156,63,104). Sum of RGB (Red+Green+Blue) = 156+63+104=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3F68 is #63C097. Grayscale: #5F5F5F. Windows color (decimal): -6537368 or 6832028. OLE color: 6832028.

HSL color Cylindrical-coordinate representation of color #9C3F68: hue angle of 333.55º degrees, saturation: 0.42, 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 #9C3F68 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 63 104 -
CMYK 0 0.60 0.33 0.39
HSL 333.55º 0.42% 0.43% -
HSV(B) 333.55º 0.6% 0.61% -
XYZ 17.99 11.62 14.39 -
YUV 95.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 156 63 104 0 0.60 0.33 0.39 333.55 0.42 0.43
Hex 9C 3F 68 0 3C 21 27 14E 2A 2B
Octal 234 77 150 0 74 41 47 516 52 53
Binary 10011100 111111 1101000 0 111100 100001 100111 101001110 101010 101011

Color Harmonies of #9C3F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3F68

Black with #9C3F68

Text Example


Text Example

White with #9C3F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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