Html Css Color HEX #9C4977 Royal Heath

📋 copy color: '#9C4977'

red 156 ◦ green 73 ◦ blue 119

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

Shades of Royal Heath #9C4977

Tints of Royal Heath #9C4977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 44.83%
G = 20.98%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C4977 (or 0x9C4977) is known color: Royal Heath. HEX triplet: 9C, 49 and 77. RGB value is (156,73,119). Sum of RGB (Red+Green+Blue) = 156+73+119=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4977 is #63B688. Grayscale: #666666. Windows color (decimal): -6534793 or 7817628. OLE color: 7817628.

HSL color Cylindrical-coordinate representation of color #9C4977: hue angle of 326.75º 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 #9C4977 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 73 119 -
CMYK 0 0.53 0.24 0.39
HSL 326.75º 0.36% 0.45% -
HSV(B) 326.75º 0.53% 0.61% -
XYZ 19.42 13.16 18.97 -
YUV 103.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 156 73 119 0 0.53 0.24 0.39 326.75 0.36 0.45
Hex 9C 49 77 0 35 18 27 147 24 2D
Octal 234 111 167 0 65 30 47 507 44 55
Binary 10011100 1001001 1110111 0 110101 11000 100111 101000111 100100 101101

Color Harmonies of #9C4977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4977

Black with #9C4977

Text Example


Text Example

White with #9C4977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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