#C54579

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

Shades of Royal Heath #C54579

Tints of Royal Heath #C54579

Color information

#C54579 (or 0xC54579) is unknown color: approx Royal Heath. HEX triplet: C5, 45 and 79. RGB value is (197,69,121). Sum of RGB (Red+Green+Blue) = 197+69+121=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C54579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54579 is #3ABA86. Grayscale: #717171. Windows color (decimal): -3848839 or 7947717. OLE color: 7947717.

HSL color Cylindrical-coordinate representation of color #C54579: hue angle of 335.62º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54579 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB19769121-
CMYK00.650.390.23
HSL335.62º52.46%52.16%-
HSV(B)335.62º64.97%77.25%-
XYZ28.6117.5119.96-
YUV113.2132.41187.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=50.90%
G=17.83%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976912100.650.390.23335.6252.4652.16
HexC5457904127171503434
Octal305105171010147275206464
Binary11000101100010111110010100000110011110111101010000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54579; }

 p { color: rgb(197,69,121); }

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

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

 a { background-color: rgb(197,69,121); }

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

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

 span { border-color: rgb(197,69,121); }

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