#C55078

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

Shades of Royal Heath #C55078

Tints of Royal Heath #C55078

Color information

#C55078 (or 0xC55078) is unknown color: approx Royal Heath. HEX triplet: C5, 50 and 78. RGB value is (197,80,120). Sum of RGB (Red+Green+Blue) = 197+80+120=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55078 is #3AAF87. Grayscale: #777777. Windows color (decimal): -3846024 or 7884997. OLE color: 7884997.

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

Color convert

RGB19780120-
CMYK00.590.390.23
HSL339.49º50.21%54.31%-
HSV(B)339.49º59.39%77.25%-
XYZ29.2818.9619.89-
YUV119.54128.26183.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=49.62%
G=20.15%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978012000.590.390.23339.4950.2154.31
HexC5507803B27171533236
Octal30512017007347275236266
Binary1100010110100001111000011101110011110111101010011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55078; }

 p { color: rgb(197,80,120); }

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

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

 a { background-color: rgb(197,80,120); }

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

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

 span { border-color: rgb(197,80,120); }

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