#C61050

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

Shades of Ruby #C61050

Tints of Ruby #C61050

Color information

#C61050 (or 0xC61050) is unknown color: approx Ruby. HEX triplet: C6, 10 and 50. RGB value is (198,16,80). Sum of RGB (Red+Green+Blue) = 198+16+80=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C61050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61050 is #39EFAF. Grayscale: #4D4D4D. Windows color (decimal): -3796912 or 5247174. OLE color: 5247174.

HSL color Cylindrical-coordinate representation of color #C61050: hue angle of 338.9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61050 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB1981680-
CMYK00.920.600.22
HSL338.9º85.05%41.96%-
HSV(B)338.9º91.92%77.65%-
XYZ24.9212.968.78-
YUV77.71129.3213.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 67.35%
GREEN value IS 16 (6.64% from 255) = 5.44%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=67.35%
G=5.44%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198168000.920.600.22338.985.0541.96
HexC6105005C3C16153552a
Octal306201200134742652312552
Binary1100011010000101000001011100111100101101010100111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61050; }

 p { color: rgb(198,16,80); }

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

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

 a { background-color: rgb(198,16,80); }

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

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

 span { border-color: rgb(198,16,80); }

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