#C61A61

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

Shades of Ruby #C61A61

Tints of Ruby #C61A61

Color information

#C61A61 (or 0xC61A61) is unknown color: approx Ruby. HEX triplet: C6, 1A and 61. RGB value is (198,26,97). Sum of RGB (Red+Green+Blue) = 198+26+97=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A61 is #39E59E. Grayscale: #555555. Windows color (decimal): -3794335 or 6363846. OLE color: 6363846.

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

Color convert

RGB1982697-
CMYK00.870.510.22
HSL335.23º76.79%43.92%-
HSV(B)335.23º86.87%77.65%-
XYZ25.8213.6112.58-
YUV85.52134.48208.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.68%
GREEN value IS 26 (10.55% from 255) = 8.10%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=61.68%
G=8.10%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198269700.870.510.22335.2376.7943.92
HexC61A61057331614f4d2c
Octal306321410127632651711554
Binary1100011011010110000101010111110011101101010011111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61A61; }

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

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

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

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

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

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

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

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