#C40C66

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

Shades of Ruby #C40C66

Tints of Ruby #C40C66

Color information

#C40C66 (or 0xC40C66) is unknown color: approx Ruby. HEX triplet: C4, 0C and 66. RGB value is (196,12,102). Sum of RGB (Red+Green+Blue) = 196+12+102=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C66 is #3BF399. Grayscale: #4D4D4D. Windows color (decimal): -3928986 or 6687940. OLE color: 6687940.

HSL color Cylindrical-coordinate representation of color #C40C66: hue angle of 330.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C66 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB19612102-
CMYK00.940.480.23
HSL330.65º88.46%40.78%-
HSV(B)330.65º93.88%76.86%-
XYZ25.2912.9613.74-
YUV77.28141.96212.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.23%
GREEN value IS 12 (5.08% from 255) = 3.87%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=63.23%
G=3.87%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961210200.940.480.23330.6588.4640.78
HexC4C6605E301714b5829
Octal304141460136602751313051
Binary110001001100110011001011110110000101111010010111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40C66; }

 p { color: rgb(196,12,102); }

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

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

 a { background-color: rgb(196,12,102); }

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

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

 span { border-color: rgb(196,12,102); }

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