Html Css Color HEX #C44974 Royal Heath

📋 copy color: '#C44974'

red 196 ◦ green 73 ◦ blue 116

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

Shades of Royal Heath #C44974

Tints of Royal Heath #C44974

RGB

 RED value IS 196 (76.95% from 255) = 50.91%

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

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 50.91%
G = 18.96%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C44974 (or 0xC44974) is known color: Royal Heath. HEX triplet: C4, 49 and 74. RGB value is (196,73,116). Sum of RGB (Red+Green+Blue) = 196+73+116=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C44974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44974 is #3BB68B. Grayscale: #727272. Windows color (decimal): -3913356 or 7621060. OLE color: 7621060.

HSL color Cylindrical-coordinate representation of color #C44974: hue angle of 339.02º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44974 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 116 -
CMYK 0 0.63 0.41 0.23
HSL 339.02º 0.51% 0.53% -
HSV(B) 339.02º 0.63% 0.77% -
XYZ 28.3 17.76 18.46 -
YUV 114.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 196 73 116 0 0.63 0.41 0.23 339.02 0.51 0.53
Hex C4 49 74 0 3F 29 17 153 33 35
Octal 304 111 164 0 77 51 27 523 63 65
Binary 11000100 1001001 1110100 0 111111 101001 10111 101010011 110011 110101

Color Harmonies of #C44974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44974

Black with #C44974

Text Example


Text Example

White with #C44974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44974; }

 p { color: rgb(196,73,116); }

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

background-color css

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

 a { background-color: rgb(196,73,116); }

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

border-color css

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

 span { border-color: rgb(196,73,116); }

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