#C11A61

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

Shades of Ruby #C11A61

Tints of Ruby #C11A61

Color information

#C11A61 (or 0xC11A61) is unknown color: approx Ruby. HEX triplet: C1, 1A and 61. RGB value is (193,26,97). Sum of RGB (Red+Green+Blue) = 193+26+97=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11A61 is #3EE59E. Grayscale: #535353. Windows color (decimal): -4122015 or 6363841. OLE color: 6363841.

HSL color Cylindrical-coordinate representation of color #C11A61: hue angle of 334.49º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11A61 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1932697-
CMYK00.870.500.24
HSL334.49º76.26%42.94%-
HSV(B)334.49º86.53%75.69%-
XYZ24.5212.9412.51-
YUV84.03135.33205.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.08%
GREEN value IS 26 (10.55% from 255) = 8.23%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=61.08%
G=8.23%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193269700.870.500.24334.4976.2642.94
HexC11A61057321814e4c2b
Octal301321410127623051611453
Binary1100000111010110000101010111110010110001010011101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11A61; }

 p { color: rgb(193,26,97); }

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

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

 a { background-color: rgb(193,26,97); }

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

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

 span { border-color: rgb(193,26,97); }

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