Html Css Color HEX #C44773 Royal Heath

📋 copy color: '#C44773'

red 196 ◦ green 71 ◦ blue 115

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

Shades of Royal Heath #C44773

Tints of Royal Heath #C44773

RGB

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

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

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

R = 51.31%
G = 18.59%
B = 30.1%

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

#C44773 (or 0xC44773) is known color: Royal Heath. HEX triplet: C4, 47 and 73. RGB value is (196,71,115). Sum of RGB (Red+Green+Blue) = 196+71+115=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C44773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44773 is #3BB88C. Grayscale: #717171. Windows color (decimal): -3913869 or 7555012. OLE color: 7555012.

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

Color convert

RGB 196 71 115 -
CMYK 0 0.64 0.41 0.23
HSL 338.88º 0.51% 0.52% -
HSV(B) 338.88º 0.64% 0.77% -
XYZ 28.11 17.48 18.11 -
YUV 113.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 196 71 115 0 0.64 0.41 0.23 338.88 0.51 0.52
Hex C4 47 73 0 40 29 17 153 33 34
Octal 304 107 163 0 100 51 27 523 63 64
Binary 11000100 1000111 1110011 0 1000000 101001 10111 101010011 110011 110100

Color Harmonies of #C44773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44773

Black with #C44773

Text Example


Text Example

White with #C44773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44773; }

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

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

background-color css

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

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

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

border-color css

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

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

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