#C61C61

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

Shades of Ruby #C61C61

Tints of Ruby #C61C61

Color information

#C61C61 (or 0xC61C61) is unknown color: approx Ruby. HEX triplet: C6, 1C and 61. RGB value is (198,28,97). Sum of RGB (Red+Green+Blue) = 198+28+97=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C61 is #39E39E. Grayscale: #565656. Windows color (decimal): -3793823 or 6364358. OLE color: 6364358.

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

Color convert

RGB1982897-
CMYK00.860.510.22
HSL335.65º75.22%44.31%-
HSV(B)335.65º85.86%77.65%-
XYZ25.8613.712.59-
YUV86.7133.82207.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.30%
GREEN value IS 28 (11.33% from 255) = 8.67%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=61.30%
G=8.67%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198289700.860.510.22335.6575.2244.31
HexC61C6105633161504b2c
Octal306341410126632652011354
Binary1100011011100110000101010110110011101101010100001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61C61; }

 p { color: rgb(198,28,97); }

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

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

 a { background-color: rgb(198,28,97); }

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

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

 span { border-color: rgb(198,28,97); }

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