#C5557C

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

Shades of Royal Heath #C5557C

Tints of Royal Heath #C5557C

Color information

#C5557C (or 0xC5557C) is unknown color: approx Royal Heath. HEX triplet: C5, 55 and 7C. RGB value is (197,85,124). Sum of RGB (Red+Green+Blue) = 197+85+124=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5557C is #3AAA83. Grayscale: #7A7A7A. Windows color (decimal): -3844740 or 8148421. OLE color: 8148421.

HSL color Cylindrical-coordinate representation of color #C5557C: hue angle of 339.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5557C is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19785124-
CMYK00.570.370.23
HSL339.11º49.12%55.29%-
HSV(B)339.11º56.85%77.25%-
XYZ29.9119.8221.32-
YUV122.93128.61180.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=48.52%
G=20.94%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978512400.570.370.23339.1149.1255.29
HexC5557C03925171533137
Octal30512517407145275236167
Binary1100010110101011111100011100110010110111101010011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5557C; }

 p { color: rgb(197,85,124); }

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

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

 a { background-color: rgb(197,85,124); }

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

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

 span { border-color: rgb(197,85,124); }

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