#C60B65

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

Shades of Ruby #C60B65

Tints of Ruby #C60B65

Color information

#C60B65 (or 0xC60B65) is unknown color: approx Ruby. HEX triplet: C6, 0B and 65. RGB value is (198,11,101). Sum of RGB (Red+Green+Blue) = 198+11+101=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B65 is #39F49A. Grayscale: #4D4D4D. Windows color (decimal): -3798171 or 6622150. OLE color: 6622150.

HSL color Cylindrical-coordinate representation of color #C60B65: hue angle of 331.12º 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 #C60B65 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB19811101-
CMYK00.940.490.22
HSL331.12º89.47%40.98%-
HSV(B)331.12º94.44%77.65%-
XYZ25.7613.1813.5-
YUV77.17141.45214.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.87%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=63.87%
G=3.55%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981110100.940.490.22331.1289.4740.98
HexC6B6505E311614b5929
Octal306131450136612651313151
Binary110001101011110010101011110110001101101010010111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60B65; }

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

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

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

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

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

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

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

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