#C51369

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

Shades of Ruby #C51369

Tints of Ruby #C51369

Color information

#C51369 (or 0xC51369) is unknown color: approx Ruby. HEX triplet: C5, 13 and 69. RGB value is (197,19,105). Sum of RGB (Red+Green+Blue) = 197+19+105=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C51369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51369 is #3AEC96. Grayscale: #515151. Windows color (decimal): -3861655 or 6886341. OLE color: 6886341.

HSL color Cylindrical-coordinate representation of color #C51369: hue angle of 331.01º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51369 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB19719105-
CMYK00.900.470.23
HSL331.01º82.41%42.35%-
HSV(B)331.01º90.36%77.25%-
XYZ25.8113.3614.58-
YUV82.03140.97210.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.37%
GREEN value IS 19 (7.81% from 255) = 5.92%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=61.37%
G=5.92%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971910500.900.470.23331.0182.4142.35
HexC5136905A2F1714b522a
Octal305231510132572751312252
Binary1100010110011110100101011010101111101111010010111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51369; }

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

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

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

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

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

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

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

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