#C61260

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

Shades of Ruby #C61260

Tints of Ruby #C61260

Color information

#C61260 (or 0xC61260) is unknown color: approx Ruby. HEX triplet: C6, 12 and 60. RGB value is (198,18,96). Sum of RGB (Red+Green+Blue) = 198+18+96=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C61260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61260 is #39ED9F. Grayscale: #505050. Windows color (decimal): -3796384 or 6296262. OLE color: 6296262.

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

Color convert

RGB1981896-
CMYK00.910.520.22
HSL334º83.33%42.35%-
HSV(B)334º90.91%77.65%-
XYZ25.6213.2812.28-
YUV80.71136.63211.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.46%
GREEN value IS 18 (7.42% from 255) = 5.77%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=63.46%
G=5.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198189600.910.520.2233483.3342.35
HexC6126005B341614e532a
Octal306221400133642651612352
Binary1100011010010110000001011011110100101101010011101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61260; }

 p { color: rgb(198,18,96); }

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

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

 a { background-color: rgb(198,18,96); }

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

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

 span { border-color: rgb(198,18,96); }

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