#C51A62

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

Shades of Ruby #C51A62

Tints of Ruby #C51A62

Color information

#C51A62 (or 0xC51A62) is unknown color: approx Ruby. HEX triplet: C5, 1A and 62. RGB value is (197,26,98). Sum of RGB (Red+Green+Blue) = 197+26+98=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A62 is #3AE59D. Grayscale: #555555. Windows color (decimal): -3859870 or 6429381. OLE color: 6429381.

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

Color convert

RGB1972698-
CMYK00.870.500.23
HSL334.74º76.68%43.73%-
HSV(B)334.74º86.8%77.25%-
XYZ25.613.4912.81-
YUV85.34135.15207.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.37%
GREEN value IS 26 (10.55% from 255) = 8.10%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=61.37%
G=8.10%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197269800.870.500.23334.7476.6843.73
HexC51A62057321714f4d2c
Octal305321420127622751711554
Binary1100010111010110001001010111110010101111010011111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51A62; }

 p { color: rgb(197,26,98); }

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

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

 a { background-color: rgb(197,26,98); }

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

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

 span { border-color: rgb(197,26,98); }

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