#C20F5A

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

Shades of Ruby #C20F5A

Tints of Ruby #C20F5A

Color information

#C20F5A (or 0xC20F5A) is unknown color: approx Ruby. HEX triplet: C2, 0F and 5A. RGB value is (194,15,90). Sum of RGB (Red+Green+Blue) = 194+15+90=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F5A is #3DF0A5. Grayscale: #4C4C4C. Windows color (decimal): -4059302 or 5902274. OLE color: 5902274.

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

Color convert

RGB1941590-
CMYK00.920.540.24
HSL334.86º85.65%40.98%-
HSV(B)334.86º92.27%76.08%-
XYZ24.2612.5510.82-
YUV77.07135.3211.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 15 (6.25% from 255) = 5.02%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=64.88%
G=5.02%
B=30.10%

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
Decimal194159000.920.540.24334.8685.6540.98
HexC2F5A05C361814f5629
Octal302171320134663051712651
Binary110000101111101101001011100110110110001010011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20F5A; }

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

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

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

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

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

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

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

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