#C20E56

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

Shades of Ruby #C20E56

Tints of Ruby #C20E56

Color information

#C20E56 (or 0xC20E56) is unknown color: approx Ruby. HEX triplet: C2, 0E and 56. RGB value is (194,14,86). Sum of RGB (Red+Green+Blue) = 194+14+86=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E56 is #3DF1A9. Grayscale: #4B4B4B. Windows color (decimal): -4059562 or 5639874. OLE color: 5639874.

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

Color convert

RGB1941486-
CMYK00.930.560.24
HSL336º86.54%40.78%-
HSV(B)336º92.78%76.08%-
XYZ24.0812.469.94-
YUV76.03133.63212.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.99%
GREEN value IS 14 (5.86% from 255) = 4.76%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=65.99%
G=4.76%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194148600.930.560.2433686.5440.78
HexC2E5605D38181505729
Octal302161260135703052012751
Binary110000101110101011001011101111000110001010100001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E56; }

 p { color: rgb(194,14,86); }

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

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

 a { background-color: rgb(194,14,86); }

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

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

 span { border-color: rgb(194,14,86); }

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