#C51163

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

Shades of Ruby #C51163

Tints of Ruby #C51163

Color information

#C51163 (or 0xC51163) is unknown color: approx Ruby. HEX triplet: C5, 11 and 63. RGB value is (197,17,99). Sum of RGB (Red+Green+Blue) = 197+17+99=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C51163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51163 is #3AEE9C. Grayscale: #505050. Windows color (decimal): -3862173 or 6492613. OLE color: 6492613.

HSL color Cylindrical-coordinate representation of color #C51163: hue angle of 332.67º 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 #C51163 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB1971799-
CMYK00.910.500.23
HSL332.67º84.11%41.96%-
HSV(B)332.67º91.37%77.25%-
XYZ25.4813.1713-
YUV80.17138.63211.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.94%
GREEN value IS 17 (7.03% from 255) = 5.43%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=62.94%
G=5.43%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197179900.910.500.23332.6784.1141.96
HexC5116305B321714d542a
Octal305211430133622751512452
Binary1100010110001110001101011011110010101111010011011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51163; }

 p { color: rgb(197,17,99); }

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

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

 a { background-color: rgb(197,17,99); }

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

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

 span { border-color: rgb(197,17,99); }

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