#C54775

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

Shades of Royal Heath #C54775

Tints of Royal Heath #C54775

Color information

#C54775 (or 0xC54775) is unknown color: approx Royal Heath. HEX triplet: C5, 47 and 75. RGB value is (197,71,117). Sum of RGB (Red+Green+Blue) = 197+71+117=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C54775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54775 is #3AB88A. Grayscale: #717171. Windows color (decimal): -3848331 or 7686085. OLE color: 7686085.

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

Color convert

RGB19771117-
CMYK00.640.410.23
HSL338.1º52.07%52.55%-
HSV(B)338.1º63.96%77.25%-
XYZ28.4917.6618.74-
YUV113.92129.74187.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.17%
GREEN value IS 71 (28.12% from 255) = 18.44%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=51.17%
G=18.44%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977111700.640.410.23338.152.0752.55
HexC5477504029171523435
Octal305107165010051275226465
Binary11000101100011111101010100000010100110111101010010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54775; }

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

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

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

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

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

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

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

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