#C50E57

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

Shades of Ruby #C50E57

Tints of Ruby #C50E57

Color information

#C50E57 (or 0xC50E57) is unknown color: approx Ruby. HEX triplet: C5, 0E and 57. RGB value is (197,14,87). Sum of RGB (Red+Green+Blue) = 197+14+87=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E57 is #3AF1A8. Grayscale: #4C4C4C. Windows color (decimal): -3862953 or 5705413. OLE color: 5705413.

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

Color convert

RGB1971487-
CMYK00.930.560.23
HSL336.07º86.73%41.37%-
HSV(B)336.07º92.89%77.25%-
XYZ24.912.8710.19-
YUV77.04133.63213.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.11%
GREEN value IS 14 (5.86% from 255) = 4.70%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=66.11%
G=4.70%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197148700.930.560.23336.0786.7341.37
HexC5E5705D38171505729
Octal305161270135702752012751
Binary110001011110101011101011101111000101111010100001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50E57; }

 p { color: rgb(197,14,87); }

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

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

 a { background-color: rgb(197,14,87); }

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

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

 span { border-color: rgb(197,14,87); }

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