#C60663

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

Shades of Ruby #C60663

Tints of Ruby #C60663

Color information

#C60663 (or 0xC60663) is unknown color: approx Ruby. HEX triplet: C6, 06 and 63. RGB value is (198,6,99). Sum of RGB (Red+Green+Blue) = 198+6+99=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C60663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60663 is #39F99C. Grayscale: #494949. Windows color (decimal): -3799453 or 6489798. OLE color: 6489798.

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

Color convert

RGB198699-
CMYK00.970.500.22
HSL330.94º94.12%40%-
HSV(B)330.94º96.97%77.65%-
XYZ25.6113.0412.97-
YUV74.01142.11216.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.35%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=65.35%
G=1.98%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19869900.970.500.22330.9494.1240
HexC6663061321614b5e28
Octal30661430141622651313650
Binary11000110110110001101100001110010101101010010111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60663; }

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

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

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

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

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

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

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

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