#C40E62

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

Shades of Ruby #C40E62

Tints of Ruby #C40E62

Color information

#C40E62 (or 0xC40E62) is unknown color: approx Ruby. HEX triplet: C4, 0E and 62. RGB value is (196,14,98). Sum of RGB (Red+Green+Blue) = 196+14+98=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40E62 is #3BF19D. Grayscale: #4D4D4D. Windows color (decimal): -3928478 or 6426308. OLE color: 6426308.

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

Color convert

RGB1961498-
CMYK00.930.50.23
HSL332.31º86.67%41.18%-
HSV(B)332.31º92.86%76.86%-
XYZ25.1312.9312.73-
YUV77.99139.3212.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.64%
GREEN value IS 14 (5.86% from 255) = 4.55%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=63.64%
G=4.55%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196149800.930.50.23332.3186.6741.18
HexC4E6205D321714c5729
Octal304161420135622751412751
Binary110001001110110001001011101110010101111010011001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40E62; }

 p { color: rgb(196,14,98); }

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

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

 a { background-color: rgb(196,14,98); }

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

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

 span { border-color: rgb(196,14,98); }

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