Html Css Color HEX #C44772 Royal Heath

📋 copy color: '#C44772'

red 196 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #C44772

Tints of Royal Heath #C44772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 51.44%
G = 18.64%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C44772 (or 0xC44772) is known color: Royal Heath. HEX triplet: C4, 47 and 72. RGB value is (196,71,114). Sum of RGB (Red+Green+Blue) = 196+71+114=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C44772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44772 is #3BB88D. Grayscale: #717171. Windows color (decimal): -3913870 or 7489476. OLE color: 7489476.

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

Color convert

RGB 196 71 114 -
CMYK 0 0.64 0.42 0.23
HSL 339.36º 0.51% 0.52% -
HSV(B) 339.36º 0.64% 0.77% -
XYZ 28.06 17.46 17.81 -
YUV 113.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 196 71 114 0 0.64 0.42 0.23 339.36 0.51 0.52
Hex C4 47 72 0 40 2A 17 153 33 34
Octal 304 107 162 0 100 52 27 523 63 64
Binary 11000100 1000111 1110010 0 1000000 101010 10111 101010011 110011 110100

Color Harmonies of #C44772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44772

Black with #C44772

Text Example


Text Example

White with #C44772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44772; }

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

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

background-color css

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

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

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

border-color css

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

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

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