Html Css Color HEX #9C4979 Royal Heath

📋 copy color: '#9C4979'

red 156 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #9C4979

Tints of Royal Heath #9C4979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 44.57%
G = 20.86%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C4979 (or 0x9C4979) is known color: Royal Heath. HEX triplet: 9C, 49 and 79. RGB value is (156,73,121). Sum of RGB (Red+Green+Blue) = 156+73+121=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4979 is #63B686. Grayscale: #676767. Windows color (decimal): -6534791 or 7948700. OLE color: 7948700.

HSL color Cylindrical-coordinate representation of color #9C4979: hue angle of 325.3º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C4979 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 73 121 -
CMYK 0 0.53 0.22 0.39
HSL 325.3º 0.36% 0.45% -
HSV(B) 325.3º 0.53% 0.61% -
XYZ 19.54 13.21 19.61 -
YUV 103.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 156 73 121 0 0.53 0.22 0.39 325.3 0.36 0.45
Hex 9C 49 79 0 35 16 27 145 24 2D
Octal 234 111 171 0 65 26 47 505 44 55
Binary 10011100 1001001 1111001 0 110101 10110 100111 101000101 100100 101101

Color Harmonies of #9C4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4979

Black with #9C4979

Text Example


Text Example

White with #9C4979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,73,121); }

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

background-color css

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

 a { background-color: rgb(156,73,121); }

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

border-color css

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

 span { border-color: rgb(156,73,121); }

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