#C60659

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

Shades of Ruby #C60659

Tints of Ruby #C60659

Color information

#C60659 (or 0xC60659) is unknown color: approx Ruby. HEX triplet: C6, 06 and 59. RGB value is (198,6,89). Sum of RGB (Red+Green+Blue) = 198+6+89=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C60659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60659 is #39F9A6. Grayscale: #484848. Windows color (decimal): -3799463 or 5834438. OLE color: 5834438.

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

Color convert

RGB198689-
CMYK00.970.550.22
HSL334.06º94.12%40%-
HSV(B)334.06º96.97%77.65%-
XYZ25.1612.8610.61-
YUV72.87137.11217.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 67.58%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=67.58%
G=2.05%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19868900.970.550.22334.0694.1240
HexC6659061371614e5e28
Octal30661310141672651613650
Binary11000110110101100101100001110111101101010011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60659; }

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

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

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

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

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

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

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

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