#c40457

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

Shades of Ruby #C40457

Tints of Ruby #C40457

Color information

#C40457 (or 0xC40457) is unknown color: approx Ruby. HEX triplet: C4, 04 and 57. RGB value is (196,4,87). Sum of RGB (Red+Green+Blue) = 196+4+87=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C40457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40457 is #3BFBA8. Grayscale: #464646. Windows color (decimal): -3931049 or 5702852. OLE color: 5702852.

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

Color convert

RGB196487-
CMYK00.980.560.23
HSL334.06º96%39.22%-
HSV(B)334.06º97.96%76.86%-
XYZ24.5312.5110.14-
YUV70.87137.11217.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.29%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=68.29%
G=1.39%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19648700.980.560.23334.069639.22
HexC4457062381714e6027
Octal30441270142702751614047
Binary11000100100101011101100010111000101111010011101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c40457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c40457; }

 p { color: rgb(196,4,87); }

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

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

 a { background-color: rgb(196,4,87); }

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

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

 span { border-color: rgb(196,4,87); }

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