Html Css Color HEX #C44770 Royal Heath

📋 copy color: '#C44770'

red 196 ◦ green 71 ◦ blue 112

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

Shades of Royal Heath #C44770

Tints of Royal Heath #C44770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 51.72%
G = 18.73%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C44770 (or 0xC44770) is known color: Royal Heath. HEX triplet: C4, 47 and 70. RGB value is (196,71,112). Sum of RGB (Red+Green+Blue) = 196+71+112=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C44770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44770 is #3BB88F. Grayscale: #717171. Windows color (decimal): -3913872 or 7358404. OLE color: 7358404.

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

Color convert

RGB 196 71 112 -
CMYK 0 0.64 0.43 0.23
HSL 340.32º 0.51% 0.52% -
HSV(B) 340.32º 0.64% 0.77% -
XYZ 27.94 17.41 17.22 -
YUV 113.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 196 71 112 0 0.64 0.43 0.23 340.32 0.51 0.52
Hex C4 47 70 0 40 2B 17 154 33 34
Octal 304 107 160 0 100 53 27 524 63 64
Binary 11000100 1000111 1110000 0 1000000 101011 10111 101010100 110011 110100

Color Harmonies of #C44770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44770

Black with #C44770

Text Example


Text Example

White with #C44770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44770; }

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

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

background-color css

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

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

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

border-color css

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

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

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