#C40864

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

Shades of Ruby #C40864

Tints of Ruby #C40864

Color information

#C40864 (or 0xC40864) is unknown color: approx Ruby. HEX triplet: C4, 08 and 64. RGB value is (196,8,100). Sum of RGB (Red+Green+Blue) = 196+8+100=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C40864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40864 is #3BF79B. Grayscale: #4A4A4A. Windows color (decimal): -3930012 or 6555844. OLE color: 6555844.

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

Color convert

RGB1968100-
CMYK00.960.490.23
HSL330.64º92.16%40%-
HSV(B)330.64º95.92%76.86%-
XYZ25.1512.8313.21-
YUV74.7142.28214.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.47%
GREEN value IS 8 (3.52% from 255) = 2.63%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=64.47%
G=2.63%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196810000.960.490.23330.6492.1640
HexC4864060311714b5c28
Octal304101440140612751313450
Binary110001001000110010001100000110001101111010010111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40864; }

 p { color: rgb(196,8,100); }

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

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

 a { background-color: rgb(196,8,100); }

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

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

 span { border-color: rgb(196,8,100); }

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