#C60554

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

Shades of Ruby #C60554

Tints of Ruby #C60554

Color information

#C60554 (or 0xC60554) is unknown color: approx Ruby. HEX triplet: C6, 05 and 54. RGB value is (198,5,84). Sum of RGB (Red+Green+Blue) = 198+5+84=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C60554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60554 is #39FAAB. Grayscale: #474747. Windows color (decimal): -3799724 or 5506502. OLE color: 5506502.

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

Color convert

RGB198584-
CMYK00.970.580.22
HSL335.44º95.07%39.8%-
HSV(B)335.44º97.47%77.65%-
XYZ24.9412.759.53-
YUV71.71134.94218.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.99%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=68.99%
G=1.74%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19858400.970.580.22335.4495.0739.8
HexC65540613A1614f5f28
Octal30651240141722651713750
Binary11000110101101010001100001111010101101010011111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60554; }

 p { color: rgb(198,5,84); }

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

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

 a { background-color: rgb(198,5,84); }

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

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

 span { border-color: rgb(198,5,84); }

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