#C61052

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

Shades of Ruby #C61052

Tints of Ruby #C61052

Color information

#C61052 (or 0xC61052) is unknown color: approx Ruby. HEX triplet: C6, 10 and 52. RGB value is (198,16,82). Sum of RGB (Red+Green+Blue) = 198+16+82=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C61052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61052 is #39EFAD. Grayscale: #4D4D4D. Windows color (decimal): -3796910 or 5378246. OLE color: 5378246.

HSL color Cylindrical-coordinate representation of color #C61052: hue angle of 338.24º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61052 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1981682-
CMYK00.920.590.22
HSL338.24º85.05%41.96%-
HSV(B)338.24º91.92%77.65%-
XYZ2512.999.17-
YUV77.94130.3213.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.89%
GREEN value IS 16 (6.64% from 255) = 5.41%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=66.89%
G=5.41%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198168200.920.590.22338.2485.0541.96
HexC6105205C3B16152552a
Octal306201220134732652212552
Binary1100011010000101001001011100111011101101010100101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61052; }

 p { color: rgb(198,16,82); }

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

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

 a { background-color: rgb(198,16,82); }

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

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

 span { border-color: rgb(198,16,82); }

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