#C60B5E

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

Shades of Ruby #C60B5E

Tints of Ruby #C60B5E

Color information

#C60B5E (or 0xC60B5E) is unknown color: approx Ruby. HEX triplet: C6, 0B and 5E. RGB value is (198,11,94). Sum of RGB (Red+Green+Blue) = 198+11+94=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B5E is #39F4A1. Grayscale: #4C4C4C. Windows color (decimal): -3798178 or 6163398. OLE color: 6163398.

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

Color convert

RGB1981194-
CMYK00.940.530.22
HSL333.37º89.47%40.98%-
HSV(B)333.37º94.44%77.65%-
XYZ25.4313.0511.77-
YUV76.38137.95214.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.35%
GREEN value IS 11 (4.69% from 255) = 3.63%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=65.35%
G=3.63%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198119400.940.530.22333.3789.4740.98
HexC6B5E05E351614d5929
Octal306131360136652651513151
Binary110001101011101111001011110110101101101010011011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60B5E; }

 p { color: rgb(198,11,94); }

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

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

 a { background-color: rgb(198,11,94); }

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

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

 span { border-color: rgb(198,11,94); }

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