#C54776

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

Shades of Royal Heath #C54776

Tints of Royal Heath #C54776

Color information

#C54776 (or 0xC54776) is unknown color: approx Royal Heath. HEX triplet: C5, 47 and 76. RGB value is (197,71,118). Sum of RGB (Red+Green+Blue) = 197+71+118=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C54776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54776 is #3AB889. Grayscale: #717171. Windows color (decimal): -3848330 or 7751621. OLE color: 7751621.

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

Color convert

RGB19771118-
CMYK00.640.400.23
HSL337.62º52.07%52.55%-
HSV(B)337.62º63.96%77.25%-
XYZ28.5517.6819.05-
YUV114.03130.24187.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.04%
GREEN value IS 71 (28.12% from 255) = 18.39%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=51.04%
G=18.39%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977111800.640.400.23337.6252.0752.55
HexC5477604028171523435
Octal305107166010050275226465
Binary11000101100011111101100100000010100010111101010010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54776; }

 p { color: rgb(197,71,118); }

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

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

 a { background-color: rgb(197,71,118); }

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

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

 span { border-color: rgb(197,71,118); }

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