#C60E59

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

Shades of Ruby #C60E59

Tints of Ruby #C60E59

Color information

#C60E59 (or 0xC60E59) is unknown color: approx Ruby. HEX triplet: C6, 0E and 59. RGB value is (198,14,89). Sum of RGB (Red+Green+Blue) = 198+14+89=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60E59 is #39F1A6. Grayscale: #4D4D4D. Windows color (decimal): -3797415 or 5836486. OLE color: 5836486.

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

Color convert

RGB1981489-
CMYK00.930.550.22
HSL335.54º86.79%41.57%-
HSV(B)335.54º92.93%77.65%-
XYZ25.2513.0410.64-
YUV77.57134.46213.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.78%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=65.78%
G=4.65%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198148900.930.550.22335.5486.7941.57
HexC6E5905D3716150572a
Octal306161310135672652012752
Binary110001101110101100101011101110111101101010100001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60E59; }

 p { color: rgb(198,14,89); }

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

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

 a { background-color: rgb(198,14,89); }

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

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

 span { border-color: rgb(198,14,89); }

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