#C54975

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

Shades of Royal Heath #C54975

Tints of Royal Heath #C54975

Color information

#C54975 (or 0xC54975) is unknown color: approx Royal Heath. HEX triplet: C5, 49 and 75. RGB value is (197,73,117). Sum of RGB (Red+Green+Blue) = 197+73+117=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C54975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54975 is #3AB68A. Grayscale: #737373. Windows color (decimal): -3847819 or 7686597. OLE color: 7686597.

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

Color convert

RGB19773117-
CMYK00.630.410.23
HSL338.71º51.67%52.94%-
HSV(B)338.71º62.94%77.25%-
XYZ28.6217.9218.78-
YUV115.09129.08186.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=50.90%
G=18.86%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977311700.630.410.23338.7151.6752.94
HexC5497503F29171533435
Octal30511116507751275236465
Binary1100010110010011110101011111110100110111101010011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54975; }

 p { color: rgb(197,73,117); }

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

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

 a { background-color: rgb(197,73,117); }

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

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

 span { border-color: rgb(197,73,117); }

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