#C50663

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

Shades of Ruby #C50663

Tints of Ruby #C50663

Color information

#C50663 (or 0xC50663) is unknown color: approx Ruby. HEX triplet: C5, 06 and 63. RGB value is (197,6,99). Sum of RGB (Red+Green+Blue) = 197+6+99=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C50663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50663 is #3AF99C. Grayscale: #494949. Windows color (decimal): -3864989 or 6489797. OLE color: 6489797.

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

Color convert

RGB197699-
CMYK00.970.500.23
HSL330.79º94.09%39.8%-
HSV(B)330.79º96.95%77.25%-
XYZ25.3412.912.96-
YUV73.71142.28215.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.23%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=65.23%
G=1.99%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19769900.970.500.23330.7994.0939.8
HexC5663061321714b5e28
Octal30561430141622751313650
Binary11000101110110001101100001110010101111010010111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50663; }

 p { color: rgb(197,6,99); }

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

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

 a { background-color: rgb(197,6,99); }

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

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

 span { border-color: rgb(197,6,99); }

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