#C40C60

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

Shades of Ruby #C40C60

Tints of Ruby #C40C60

Color information

#C40C60 (or 0xC40C60) is unknown color: approx Ruby. HEX triplet: C4, 0C and 60. RGB value is (196,12,96). Sum of RGB (Red+Green+Blue) = 196+12+96=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C60 is #3BF39F. Grayscale: #4C4C4C. Windows color (decimal): -3928992 or 6294724. OLE color: 6294724.

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

Color convert

RGB1961296-
CMYK00.940.510.23
HSL332.61º88.46%40.78%-
HSV(B)332.61º93.88%76.86%-
XYZ25.0112.8412.23-
YUV76.59138.96213.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.47%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 96 (37.89% from 255) = 31.58%
R=64.47%
G=3.95%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196129600.940.510.23332.6188.4640.78
HexC4C6005E331714d5829
Octal304141400136632751513051
Binary110001001100110000001011110110011101111010011011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40C60; }

 p { color: rgb(196,12,96); }

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

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

 a { background-color: rgb(196,12,96); }

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

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

 span { border-color: rgb(196,12,96); }

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