#C20E5B

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

Shades of Ruby #C20E5B

Tints of Ruby #C20E5B

Color information

#C20E5B (or 0xC20E5B) is unknown color: approx Ruby. HEX triplet: C2, 0E and 5B. RGB value is (194,14,91). Sum of RGB (Red+Green+Blue) = 194+14+91=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E5B is #3DF1A4. Grayscale: #4C4C4C. Windows color (decimal): -4059557 or 5967554. OLE color: 5967554.

HSL color Cylindrical-coordinate representation of color #C20E5B: hue angle of 334.33º 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 #C20E5B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB1941491-
CMYK00.930.530.24
HSL334.33º86.54%40.78%-
HSV(B)334.33º92.78%76.08%-
XYZ24.2912.5411.04-
YUV76.6136.13211.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 14 (5.86% from 255) = 4.68%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=64.88%
G=4.68%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194149100.930.530.24334.3386.5440.78
HexC2E5B05D351814e5729
Octal302161330135653051612751
Binary110000101110101101101011101110101110001010011101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E5B; }

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

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

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

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

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

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

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

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