#C51D69

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

Shades of Ruby #C51D69

Tints of Ruby #C51D69

Color information

#C51D69 (or 0xC51D69) is unknown color: approx Ruby. HEX triplet: C5, 1D and 69. RGB value is (197,29,105). Sum of RGB (Red+Green+Blue) = 197+29+105=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D69 is #3AE296. Grayscale: #575757. Windows color (decimal): -3859095 or 6888901. OLE color: 6888901.

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

Color convert

RGB19729105-
CMYK00.850.470.23
HSL332.86º74.34%44.31%-
HSV(B)332.86º85.28%77.25%-
XYZ26.0213.7714.65-
YUV87.9137.66205.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.52%
GREEN value IS 29 (11.72% from 255) = 8.76%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=59.52%
G=8.76%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972910500.850.470.23332.8674.3444.31
HexC51D690552F1714d4a2c
Octal305351510125572751511254
Binary1100010111101110100101010101101111101111010011011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51D69; }

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

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

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

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

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

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

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

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