#C5597F

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

Shades of Royal Heath #C5597F

Tints of Royal Heath #C5597F

Color information

#C5597F (or 0xC5597F) is unknown color: approx Royal Heath. HEX triplet: C5, 59 and 7F. RGB value is (197,89,127). Sum of RGB (Red+Green+Blue) = 197+89+127=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5597F is #3AA680. Grayscale: #7D7D7D. Windows color (decimal): -3843713 or 8346053. OLE color: 8346053.

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

Color convert

RGB19789127-
CMYK00.550.360.23
HSL338.89º48.21%56.08%-
HSV(B)338.89º54.82%77.25%-
XYZ30.4320.5522.44-
YUV125.62128.78178.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 127 (50% from 255) = 30.75%
R=47.70%
G=21.55%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978912700.550.360.23338.8948.2156.08
HexC5597F03724171533038
Octal30513117706744275236070
Binary1100010110110011111111011011110010010111101010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5597F; }

 p { color: rgb(197,89,127); }

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

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

 a { background-color: rgb(197,89,127); }

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

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

 span { border-color: rgb(197,89,127); }

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