#C61D6A

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

Shades of Ruby #C61D6A

Tints of Ruby #C61D6A

Color information

#C61D6A (or 0xC61D6A) is unknown color: approx Ruby. HEX triplet: C6, 1D and 6A. RGB value is (198,29,106). Sum of RGB (Red+Green+Blue) = 198+29+106=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61D6A is #39E295. Grayscale: #585858. Windows color (decimal): -3793558 or 6954438. OLE color: 6954438.

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

Color convert

RGB19829106-
CMYK00.850.460.22
HSL332.66º74.45%44.51%-
HSV(B)332.66º85.35%77.65%-
XYZ26.3313.9314.94-
YUV88.31137.99206.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.46%
GREEN value IS 29 (11.72% from 255) = 8.71%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=59.46%
G=8.71%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982910600.850.460.22332.6674.4544.51
HexC61D6A0552E1614d4a2d
Octal306351520125562651511255
Binary1100011011101110101001010101101110101101010011011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61D6A; }

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

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

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

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

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

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

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

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