#C41156

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

Shades of Ruby #C41156

Tints of Ruby #C41156

Color information

#C41156 (or 0xC41156) is unknown color: approx Ruby. HEX triplet: C4, 11 and 56. RGB value is (196,17,86). Sum of RGB (Red+Green+Blue) = 196+17+86=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C41156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41156 is #3BEEA9. Grayscale: #4E4E4E. Windows color (decimal): -3927722 or 5640644. OLE color: 5640644.

HSL color Cylindrical-coordinate representation of color #C41156: hue angle of 336.87º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41156 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1961786-
CMYK00.910.560.23
HSL336.87º84.04%41.76%-
HSV(B)336.87º91.33%76.86%-
XYZ24.6512.819.98-
YUV78.39132.3211.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.55%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=65.55%
G=5.69%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196178600.910.560.23336.8784.0441.76
HexC4115605B3817151542a
Octal304211260133702752112452
Binary1100010010001101011001011011111000101111010100011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41156; }

 p { color: rgb(196,17,86); }

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

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

 a { background-color: rgb(196,17,86); }

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

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

 span { border-color: rgb(196,17,86); }

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