#C61A66

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

Shades of Ruby #C61A66

Tints of Ruby #C61A66

Color information

#C61A66 (or 0xC61A66) is unknown color: approx Ruby. HEX triplet: C6, 1A and 66. RGB value is (198,26,102). Sum of RGB (Red+Green+Blue) = 198+26+102=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A66 is #39E599. Grayscale: #555555. Windows color (decimal): -3794330 or 6691526. OLE color: 6691526.

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

Color convert

RGB19826102-
CMYK00.870.480.22
HSL333.49º76.79%43.92%-
HSV(B)333.49º86.87%77.65%-
XYZ26.0613.713.84-
YUV86.09136.98207.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.74%
GREEN value IS 26 (10.55% from 255) = 7.98%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=60.74%
G=7.98%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982610200.870.480.22333.4976.7943.92
HexC61A66057301614d4d2c
Octal306321460127602651511554
Binary1100011011010110011001010111110000101101010011011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61A66; }

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

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

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

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

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

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

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

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