#C41661

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

Shades of Ruby #C41661

Tints of Ruby #C41661

Color information

#C41661 (or 0xC41661) is unknown color: approx Ruby. HEX triplet: C4, 16 and 61. RGB value is (196,22,97). Sum of RGB (Red+Green+Blue) = 196+22+97=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C41661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41661 is #3BE99E. Grayscale: #525252. Windows color (decimal): -3926431 or 6362820. OLE color: 6362820.

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

Color convert

RGB1962297-
CMYK00.890.510.23
HSL334.14º79.82%42.75%-
HSV(B)334.14º88.78%76.86%-
XYZ25.2113.1712.52-
YUV82.58136.15208.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.22%
GREEN value IS 22 (8.98% from 255) = 6.98%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=62.22%
G=6.98%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196229700.890.510.23334.1479.8242.75
HexC41661059331714e502b
Octal304261410131632751612053
Binary1100010010110110000101011001110011101111010011101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41661; }

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

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

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

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

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

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

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

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