#C74479

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

Shades of Royal Heath #C74479

Tints of Royal Heath #C74479

Color information

#C74479 (or 0xC74479) is unknown color: approx Royal Heath. HEX triplet: C7, 44 and 79. RGB value is (199,68,121). Sum of RGB (Red+Green+Blue) = 199+68+121=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C74479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74479 is #38BB86. Grayscale: #717171. Windows color (decimal): -3718023 or 7947463. OLE color: 7947463.

HSL color Cylindrical-coordinate representation of color #C74479: hue angle of 335.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74479 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB19968121-
CMYK00.660.390.22
HSL335.73º53.91%52.35%-
HSV(B)335.73º65.83%78.04%-
XYZ29.0717.6619.97-
YUV113.21132.4189.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 68 (26.95% from 255) = 17.53%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=51.29%
G=17.53%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996812100.660.390.22335.7353.9152.35
HexC7447904227161503634
Octal307104171010247265206664
Binary11000111100010011110010100001010011110110101010000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74479; }

 p { color: rgb(199,68,121); }

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

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

 a { background-color: rgb(199,68,121); }

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

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

 span { border-color: rgb(199,68,121); }

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