#C61B5E

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

Shades of Ruby #C61B5E

Tints of Ruby #C61B5E

Color information

#C61B5E (or 0xC61B5E) is unknown color: approx Ruby. HEX triplet: C6, 1B and 5E. RGB value is (198,27,94). Sum of RGB (Red+Green+Blue) = 198+27+94=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B5E is #39E4A1. Grayscale: #555555. Windows color (decimal): -3794082 or 6167494. OLE color: 6167494.

HSL color Cylindrical-coordinate representation of color #C61B5E: hue angle of 336.49º 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 #C61B5E is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1982794-
CMYK00.860.530.22
HSL336.49º76%44.12%-
HSV(B)336.49º86.36%77.65%-
XYZ25.713.611.86-
YUV85.77132.65208.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.07%
GREEN value IS 27 (10.94% from 255) = 8.46%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=62.07%
G=8.46%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198279400.860.530.22336.497644.12
HexC61B5E05635161504c2c
Octal306331360126652652011454
Binary1100011011011101111001010110110101101101010100001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61B5E; }

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

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

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

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

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

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

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

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