#C61D60

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

Shades of Ruby #C61D60

Tints of Ruby #C61D60

Color information

#C61D60 (or 0xC61D60) is unknown color: approx Ruby. HEX triplet: C6, 1D and 60. RGB value is (198,29,96). Sum of RGB (Red+Green+Blue) = 198+29+96=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61D60 is #39E29F. Grayscale: #575757. Windows color (decimal): -3793568 or 6299078. OLE color: 6299078.

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

Color convert

RGB1982996-
CMYK00.850.520.22
HSL336.21º74.45%44.51%-
HSV(B)336.21º85.35%77.65%-
XYZ25.8413.7312.35-
YUV87.17132.99207.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.30%
GREEN value IS 29 (11.72% from 255) = 8.98%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=61.30%
G=8.98%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198299600.850.520.22336.2174.4544.51
HexC61D6005534161504a2d
Octal306351400125642652011255
Binary1100011011101110000001010101110100101101010100001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61D60; }

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

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

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

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

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

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

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

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