#C20F59

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

Shades of Ruby #C20F59

Tints of Ruby #C20F59

Color information

#C20F59 (or 0xC20F59) is unknown color: approx Ruby. HEX triplet: C2, 0F and 59. RGB value is (194,15,89). Sum of RGB (Red+Green+Blue) = 194+15+89=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F59 is #3DF0A6. Grayscale: #4C4C4C. Windows color (decimal): -4059303 or 5836738. OLE color: 5836738.

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

Color convert

RGB1941589-
CMYK00.920.540.24
HSL335.2º85.65%40.98%-
HSV(B)335.2º92.27%76.08%-
XYZ24.2212.5310.59-
YUV76.96134.8211.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.10%
GREEN value IS 15 (6.25% from 255) = 5.03%
BLUE value IS 89 (35.16% from 255) = 29.87%
R=65.10%
G=5.03%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194158900.920.540.24335.285.6540.98
HexC2F5905C361814f5629
Octal302171310134663051712651
Binary110000101111101100101011100110110110001010011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20F59; }

 p { color: rgb(194,15,89); }

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

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

 a { background-color: rgb(194,15,89); }

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

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

 span { border-color: rgb(194,15,89); }

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