#C5115D

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

Shades of Ruby #C5115D

Tints of Ruby #C5115D

Color information

#C5115D (or 0xC5115D) is unknown color: approx Ruby. HEX triplet: C5, 11 and 5D. RGB value is (197,17,93). Sum of RGB (Red+Green+Blue) = 197+17+93=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5115D is #3AEEA2. Grayscale: #4F4F4F. Windows color (decimal): -3862179 or 6099397. OLE color: 6099397.

HSL color Cylindrical-coordinate representation of color #C5115D: hue angle of 334.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5115D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB1971793-
CMYK00.910.530.23
HSL334.67º84.11%41.96%-
HSV(B)334.67º91.37%77.25%-
XYZ25.213.0611.55-
YUV79.48135.63211.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.17%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=64.17%
G=5.54%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197179300.910.530.23334.6784.1141.96
HexC5115D05B351714f542a
Octal305211350133652751712452
Binary1100010110001101110101011011110101101111010011111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5115D; }

 p { color: rgb(197,17,93); }

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

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

 a { background-color: rgb(197,17,93); }

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

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

 span { border-color: rgb(197,17,93); }

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