#C60E5A

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

Shades of Ruby #C60E5A

Tints of Ruby #C60E5A

Color information

#C60E5A (or 0xC60E5A) is unknown color: approx Ruby. HEX triplet: C6, 0E and 5A. RGB value is (198,14,90). Sum of RGB (Red+Green+Blue) = 198+14+90=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60E5A is #39F1A5. Grayscale: #4D4D4D. Windows color (decimal): -3797414 or 5902022. OLE color: 5902022.

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

Color convert

RGB1981490-
CMYK00.930.550.22
HSL335.22º86.79%41.57%-
HSV(B)335.22º92.93%77.65%-
XYZ25.2913.0610.86-
YUV77.68134.96213.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.56%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=65.56%
G=4.64%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198149000.930.550.22335.2286.7941.57
HexC6E5A05D371614f572a
Octal306161320135672651712752
Binary110001101110101101001011101110111101101010011111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60E5A; }

 p { color: rgb(198,14,90); }

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

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

 a { background-color: rgb(198,14,90); }

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

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

 span { border-color: rgb(198,14,90); }

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