#C5115F

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

Shades of Ruby #C5115F

Tints of Ruby #C5115F

Color information

#C5115F (or 0xC5115F) is unknown color: approx Ruby. HEX triplet: C5, 11 and 5F. RGB value is (197,17,95). Sum of RGB (Red+Green+Blue) = 197+17+95=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5115F is #3AEEA0. Grayscale: #4F4F4F. Windows color (decimal): -3862177 or 6230469. OLE color: 6230469.

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

Color convert

RGB1971795-
CMYK00.910.520.23
HSL334º84.11%41.96%-
HSV(B)334º91.37%77.25%-
XYZ25.2913.112.02-
YUV79.71136.63211.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.75%
GREEN value IS 17 (7.03% from 255) = 5.50%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=63.75%
G=5.50%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197179500.910.520.2333484.1141.96
HexC5115F05B341714e542a
Octal305211370133642751612452
Binary1100010110001101111101011011110100101111010011101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5115F; }

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

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

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

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

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

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

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

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