#C60568

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

Shades of Ruby #C60568

Tints of Ruby #C60568

Color information

#C60568 (or 0xC60568) is unknown color: approx Ruby. HEX triplet: C6, 05 and 68. RGB value is (198,5,104). Sum of RGB (Red+Green+Blue) = 198+5+104=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C60568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60568 is #39FA97. Grayscale: #494949. Windows color (decimal): -3799704 or 6817222. OLE color: 6817222.

HSL color Cylindrical-coordinate representation of color #C60568: hue angle of 329.22º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60568 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB1985104-
CMYK00.970.470.22
HSL329.22º95.07%39.8%-
HSV(B)329.22º97.47%77.65%-
XYZ25.8413.1114.27-
YUV73.99144.94216.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.50%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=64.50%
G=1.63%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198510400.970.470.22329.2295.0739.8
HexC65680612F161495f28
Octal30651500141572651113750
Binary11000110101110100001100001101111101101010010011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60568; }

 p { color: rgb(198,5,104); }

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

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

 a { background-color: rgb(198,5,104); }

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

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

 span { border-color: rgb(198,5,104); }

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