Html Css Color HEX #C44774 Royal Heath

📋 copy color: '#C44774'

red 196 ◦ green 71 ◦ blue 116

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

Shades of Royal Heath #C44774

Tints of Royal Heath #C44774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

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

R = 51.17%
G = 18.54%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C44774 (or 0xC44774) is known color: Royal Heath. HEX triplet: C4, 47 and 74. RGB value is (196,71,116). Sum of RGB (Red+Green+Blue) = 196+71+116=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44774 is #3BB88B. Grayscale: #717171. Windows color (decimal): -3913868 or 7620548. OLE color: 7620548.

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

Color convert

RGB 196 71 116 -
CMYK 0 0.64 0.41 0.23
HSL 338.4º 0.51% 0.52% -
HSV(B) 338.4º 0.64% 0.77% -
XYZ 28.17 17.5 18.42 -
YUV 113.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 196 71 116 0 0.64 0.41 0.23 338.4 0.51 0.52
Hex C4 47 74 0 40 29 17 152 33 34
Octal 304 107 164 0 100 51 27 522 63 64
Binary 11000100 1000111 1110100 0 1000000 101001 10111 101010010 110011 110100

Color Harmonies of #C44774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44774

Black with #C44774

Text Example


Text Example

White with #C44774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44774; }

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

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

background-color css

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

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

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

border-color css

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

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

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