#C80C5D

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

Shades of Ruby #C80C5D

Tints of Ruby #C80C5D

Color information

#C80C5D (or 0xC80C5D) is unknown color: approx Ruby. HEX triplet: C8, 0C and 5D. RGB value is (200,12,93). Sum of RGB (Red+Green+Blue) = 200+12+93=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C5D is #37F3A2. Grayscale: #4D4D4D. Windows color (decimal): -3666851 or 6098120. OLE color: 6098120.

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

Color convert

RGB2001293-
CMYK00.940.540.22
HSL334.15º88.68%41.57%-
HSV(B)334.15º94%78.43%-
XYZ25.9313.3311.56-
YUV77.45136.78215.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 65.57%
GREEN value IS 12 (5.08% from 255) = 3.93%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=65.57%
G=3.93%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200129300.940.540.22334.1588.6841.57
HexC8C5D05E361614e592a
Octal310141350136662651613152
Binary110010001100101110101011110110110101101010011101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80C5D; }

 p { color: rgb(200,12,93); }

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

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

 a { background-color: rgb(200,12,93); }

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

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

 span { border-color: rgb(200,12,93); }

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