#C44A79

Color #C44A79 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C44A79

Tints of Royal Heath #C44A79

Color information

#C44A79 (or 0xC44A79) is unknown color: approx Royal Heath. HEX triplet: C4, 4A and 79. RGB value is (196,74,121). Sum of RGB (Red+Green+Blue) = 196+74+121=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A79 is #3BB586. Grayscale: #737373. Windows color (decimal): -3913095 or 7948996. OLE color: 7948996.

HSL color Cylindrical-coordinate representation of color #C44A79: hue angle of 336.89º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44A79 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19674121-
CMYK00.620.380.23
HSL336.89º50.83%52.94%-
HSV(B)336.89º62.24%76.86%-
XYZ28.6618.0120.06-
YUV115.84130.92185.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.13%
GREEN value IS 74 (29.30% from 255) = 18.93%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=50.13%
G=18.93%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967412100.620.380.23336.8950.8352.94
HexC44A7903E26171513335
Octal30411217107646275216365
Binary1100010010010101111001011111010011010111101010001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44A79; }

 p { color: rgb(196,74,121); }

 H1.HeaderClassName
 {
   color: #C44A79;
 }
 .AnyTagClassName
 {
   color: #C44A79;
 }
</style>
background-color css

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

 a { background-color: rgb(196,74,121); }

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

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

 span { border-color: rgb(196,74,121); }

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