#C54876

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

Shades of Royal Heath #C54876

Tints of Royal Heath #C54876

Color information

#C54876 (or 0xC54876) is unknown color: approx Royal Heath. HEX triplet: C5, 48 and 76. RGB value is (197,72,118). Sum of RGB (Red+Green+Blue) = 197+72+118=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C54876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54876 is #3AB789. Grayscale: #727272. Windows color (decimal): -3848074 or 7751877. OLE color: 7751877.

HSL color Cylindrical-coordinate representation of color #C54876: hue angle of 337.92º 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 #C54876 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB19772118-
CMYK00.630.400.23
HSL337.92º51.87%52.75%-
HSV(B)337.92º63.45%77.25%-
XYZ28.6117.8119.07-
YUV114.62129.91186.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=50.90%
G=18.60%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977211800.630.400.23337.9251.8752.75
HexC5487603F28171523435
Octal30511016607750275226465
Binary1100010110010001110110011111110100010111101010010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54876; }

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

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

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

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

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

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

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

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