#C5055F

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

Shades of Ruby #C5055F

Tints of Ruby #C5055F

Color information

#C5055F (or 0xC5055F) is unknown color: approx Ruby. HEX triplet: C5, 05 and 5F. RGB value is (197,5,95). Sum of RGB (Red+Green+Blue) = 197+5+95=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5055F is #3AFAA0. Grayscale: #484848. Windows color (decimal): -3865249 or 6227397. OLE color: 6227397.

HSL color Cylindrical-coordinate representation of color #C5055F: hue angle of 331.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5055F is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB197595-
CMYK00.970.520.23
HSL331.88º95.05%39.61%-
HSV(B)331.88º97.46%77.25%-
XYZ25.1512.8111.97-
YUV72.67140.61216.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.33%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=66.33%
G=1.68%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19759500.970.520.23331.8895.0539.61
HexC555F061341714c5f28
Octal30551370141642751413750
Binary11000101101101111101100001110100101111010011001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5055F; }

 p { color: rgb(197,5,95); }

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

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

 a { background-color: rgb(197,5,95); }

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

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

 span { border-color: rgb(197,5,95); }

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