#C60F5D

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

Shades of Ruby #C60F5D

Tints of Ruby #C60F5D

Color information

#C60F5D (or 0xC60F5D) is unknown color: approx Ruby. HEX triplet: C6, 0F and 5D. RGB value is (198,15,93). Sum of RGB (Red+Green+Blue) = 198+15+93=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60F5D is #39F0A2. Grayscale: #4E4E4E. Windows color (decimal): -3797155 or 6098886. OLE color: 6098886.

HSL color Cylindrical-coordinate representation of color #C60F5D: hue angle of 334.43º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60F5D is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1981593-
CMYK00.920.530.22
HSL334.43º85.92%41.76%-
HSV(B)334.43º92.42%77.65%-
XYZ25.4413.1411.55-
YUV78.61136.13213.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.71%
GREEN value IS 15 (6.25% from 255) = 4.90%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=64.71%
G=4.90%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198159300.920.530.22334.4385.9241.76
HexC6F5D05C351614e562a
Octal306171350134652651612652
Binary110001101111101110101011100110101101101010011101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60F5D; }

 p { color: rgb(198,15,93); }

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

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

 a { background-color: rgb(198,15,93); }

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

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

 span { border-color: rgb(198,15,93); }

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