#C5537C

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

Shades of Royal Heath #C5537C

Tints of Royal Heath #C5537C

Color information

#C5537C (or 0xC5537C) is unknown color: approx Royal Heath. HEX triplet: C5, 53 and 7C. RGB value is (197,83,124). Sum of RGB (Red+Green+Blue) = 197+83+124=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5537C is #3AAC83. Grayscale: #797979. Windows color (decimal): -3845252 or 8147909. OLE color: 8147909.

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

Color convert

RGB19783124-
CMYK00.580.370.23
HSL338.42º49.57%54.9%-
HSV(B)338.42º57.87%77.25%-
XYZ29.7619.5121.27-
YUV121.76129.27181.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.76%
GREEN value IS 83 (32.81% from 255) = 20.54%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=48.76%
G=20.54%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978312400.580.370.23338.4249.5754.9
HexC5537C03A25171523237
Octal30512317407245275226267
Binary1100010110100111111100011101010010110111101010010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5537C; }

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

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

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

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

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

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

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

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