#C51A69

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

Shades of Ruby #C51A69

Tints of Ruby #C51A69

Color information

#C51A69 (or 0xC51A69) is unknown color: approx Ruby. HEX triplet: C5, 1A and 69. RGB value is (197,26,105). Sum of RGB (Red+Green+Blue) = 197+26+105=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A69 is #3AE596. Grayscale: #555555. Windows color (decimal): -3859863 or 6888133. OLE color: 6888133.

HSL color Cylindrical-coordinate representation of color #C51A69: hue angle of 332.28º 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 #C51A69 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB19726105-
CMYK00.870.470.23
HSL332.28º76.68%43.73%-
HSV(B)332.28º86.8%77.25%-
XYZ25.9513.6314.63-
YUV86.14138.65207.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.06%
GREEN value IS 26 (10.55% from 255) = 7.93%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=60.06%
G=7.93%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972610500.870.470.23332.2876.6843.73
HexC51A690572F1714c4d2c
Octal305321510127572751411554
Binary1100010111010110100101010111101111101111010011001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51A69; }

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

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

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

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

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

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

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

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