#C61B60

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

Shades of Ruby #C61B60

Tints of Ruby #C61B60

Color information

#C61B60 (or 0xC61B60) is unknown color: approx Ruby. HEX triplet: C6, 1B and 60. RGB value is (198,27,96). Sum of RGB (Red+Green+Blue) = 198+27+96=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B60 is #39E49F. Grayscale: #555555. Windows color (decimal): -3794080 or 6298566. OLE color: 6298566.

HSL color Cylindrical-coordinate representation of color #C61B60: hue angle of 335.79º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61B60 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB1982796-
CMYK00.860.520.22
HSL335.79º76%44.12%-
HSV(B)335.79º86.36%77.65%-
XYZ25.7913.6312.34-
YUV86133.65207.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.68%
GREEN value IS 27 (10.94% from 255) = 8.41%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=61.68%
G=8.41%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198279600.860.520.22335.797644.12
HexC61B6005634161504c2c
Octal306331400126642652011454
Binary1100011011011110000001010110110100101101010100001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61B60; }

 p { color: rgb(198,27,96); }

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

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

 a { background-color: rgb(198,27,96); }

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

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

 span { border-color: rgb(198,27,96); }

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