#C61558

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

Shades of Ruby #C61558

Tints of Ruby #C61558

Color information

#C61558 (or 0xC61558) is unknown color: approx Ruby. HEX triplet: C6, 15 and 58. RGB value is (198,21,88). Sum of RGB (Red+Green+Blue) = 198+21+88=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C61558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61558 is #39EAA7. Grayscale: #515151. Windows color (decimal): -3795624 or 5772742. OLE color: 5772742.

HSL color Cylindrical-coordinate representation of color #C61558: hue angle of 337.29º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61558 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB1982188-
CMYK00.890.560.22
HSL337.29º80.82%42.94%-
HSV(B)337.29º89.39%77.65%-
XYZ25.3213.2510.45-
YUV81.56131.64211.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.50%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 88 (34.77% from 255) = 28.66%
R=64.50%
G=6.84%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198218800.890.560.22337.2980.8242.94
HexC615580593816151512b
Octal306251300131702652112153
Binary1100011010101101100001011001111000101101010100011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61558; }

 p { color: rgb(198,21,88); }

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

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

 a { background-color: rgb(198,21,88); }

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

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

 span { border-color: rgb(198,21,88); }

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