#C50753

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

Shades of Ruby #C50753

Tints of Ruby #C50753

Color information

#C50753 (or 0xC50753) is unknown color: approx Ruby. HEX triplet: C5, 07 and 53. RGB value is (197,7,83). Sum of RGB (Red+Green+Blue) = 197+7+83=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C50753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50753 is #3AF8AC. Grayscale: #484848. Windows color (decimal): -3864749 or 5441477. OLE color: 5441477.

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

Color convert

RGB197783-
CMYK00.960.580.23
HSL336º93.14%40%-
HSV(B)336º96.45%77.25%-
XYZ24.6612.659.32-
YUV72.47133.95216.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.64%
GREEN value IS 7 (3.12% from 255) = 2.44%
BLUE value IS 83 (32.81% from 255) = 28.92%
R=68.64%
G=2.44%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19778300.960.580.2333693.1440
HexC57530603A171505d28
Octal30571230140722752013550
Binary11000101111101001101100000111010101111010100001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50753; }

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

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

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

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

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

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

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

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