Html Css Color HEX #C44873 Royal Heath

📋 copy color: '#C44873'

red 196 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #C44873

Tints of Royal Heath #C44873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 51.17%
G = 18.8%
B = 30.03%

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

#C44873 (or 0xC44873) is known color: Royal Heath. HEX triplet: C4, 48 and 73. RGB value is (196,72,115). Sum of RGB (Red+Green+Blue) = 196+72+115=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44873 is #3BB78C. Grayscale: #717171. Windows color (decimal): -3913613 or 7555268. OLE color: 7555268.

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

Color convert

RGB 196 72 115 -
CMYK 0 0.63 0.41 0.23
HSL 339.19º 0.51% 0.53% -
HSV(B) 339.19º 0.63% 0.77% -
XYZ 28.18 17.61 18.13 -
YUV 113.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 196 72 115 0 0.63 0.41 0.23 339.19 0.51 0.53
Hex C4 48 73 0 3F 29 17 153 33 35
Octal 304 110 163 0 77 51 27 523 63 65
Binary 11000100 1001000 1110011 0 111111 101001 10111 101010011 110011 110101

Color Harmonies of #C44873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44873

Black with #C44873

Text Example


Text Example

White with #C44873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44873; }

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

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

background-color css

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

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

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

border-color css

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

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

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