Html Css Color HEX #C44874 Royal Heath

📋 copy color: '#C44874'

red 196 ◦ green 72 ◦ blue 116

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

Shades of Royal Heath #C44874

Tints of Royal Heath #C44874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

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

R = 51.04%
G = 18.75%
B = 30.21%

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

#C44874 (or 0xC44874) is known color: Royal Heath. HEX triplet: C4, 48 and 74. RGB value is (196,72,116). Sum of RGB (Red+Green+Blue) = 196+72+116=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C44874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44874 is #3BB78B. Grayscale: #727272. Windows color (decimal): -3913612 or 7620804. OLE color: 7620804.

HSL color Cylindrical-coordinate representation of color #C44874: hue angle of 338.71º 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 #C44874 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 72 116 -
CMYK 0 0.63 0.41 0.23
HSL 338.71º 0.51% 0.53% -
HSV(B) 338.71º 0.63% 0.77% -
XYZ 28.23 17.63 18.44 -
YUV 114.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 196 72 116 0 0.63 0.41 0.23 338.71 0.51 0.53
Hex C4 48 74 0 3F 29 17 153 33 35
Octal 304 110 164 0 77 51 27 523 63 65
Binary 11000100 1001000 1110100 0 111111 101001 10111 101010011 110011 110101

Color Harmonies of #C44874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44874

Black with #C44874

Text Example


Text Example

White with #C44874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44874; }

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

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

background-color css

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

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

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

border-color css

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

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

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