#C41864

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

Shades of Ruby #C41864

Tints of Ruby #C41864

Color information

#C41864 (or 0xC41864) is unknown color: approx Ruby. HEX triplet: C4, 18 and 64. RGB value is (196,24,100). Sum of RGB (Red+Green+Blue) = 196+24+100=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C41864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41864 is #3BE79B. Grayscale: #535353. Windows color (decimal): -3925916 or 6559940. OLE color: 6559940.

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

Color convert

RGB19624100-
CMYK00.880.490.23
HSL333.49º78.18%43.14%-
HSV(B)333.49º87.76%76.86%-
XYZ25.3913.3113.29-
YUV84.09136.98207.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.25%
GREEN value IS 24 (9.77% from 255) = 7.5%
BLUE value IS 100 (39.45% from 255) = 31.25%
R=61.25%
G=7.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962410000.880.490.23333.4978.1843.14
HexC41864058311714d4e2b
Octal304301440130612751511653
Binary1100010011000110010001011000110001101111010011011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41864; }

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

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

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

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

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

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

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

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