#C54879

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

Shades of Royal Heath #C54879

Tints of Royal Heath #C54879

Color information

#C54879 (or 0xC54879) is unknown color: approx Royal Heath. HEX triplet: C5, 48 and 79. RGB value is (197,72,121). Sum of RGB (Red+Green+Blue) = 197+72+121=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C54879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54879 is #3AB786. Grayscale: #727272. Windows color (decimal): -3848071 or 7948485. OLE color: 7948485.

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

Color convert

RGB19772121-
CMYK00.630.390.23
HSL336.48º51.87%52.75%-
HSV(B)336.48º63.45%77.25%-
XYZ28.7917.8920.02-
YUV114.96131.41186.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.51%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=50.51%
G=18.46%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977212100.630.390.23336.4851.8752.75
HexC5487903F27171503435
Octal30511017107747275206465
Binary1100010110010001111001011111110011110111101010000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54879; }

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

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

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

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

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

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

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

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