#C41061

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

Shades of Ruby #C41061

Tints of Ruby #C41061

Color information

#C41061 (or 0xC41061) is unknown color: approx Ruby. HEX triplet: C4, 10 and 61. RGB value is (196,16,97). Sum of RGB (Red+Green+Blue) = 196+16+97=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C41061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41061 is #3BEF9E. Grayscale: #4E4E4E. Windows color (decimal): -3927967 or 6361284. OLE color: 6361284.

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

Color convert

RGB1961697-
CMYK00.920.510.23
HSL333º84.91%41.57%-
HSV(B)333º91.84%76.86%-
XYZ25.1112.9712.49-
YUV79.05138.13211.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.43%
GREEN value IS 16 (6.64% from 255) = 5.18%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=63.43%
G=5.18%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196169700.920.510.2333384.9141.57
HexC4106105C331714d552a
Octal304201410134632751512552
Binary1100010010000110000101011100110011101111010011011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41061; }

 p { color: rgb(196,16,97); }

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

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

 a { background-color: rgb(196,16,97); }

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

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

 span { border-color: rgb(196,16,97); }

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