#C80D5F

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

Shades of Ruby #C80D5F

Tints of Ruby #C80D5F

Color information

#C80D5F (or 0xC80D5F) is unknown color: approx Ruby. HEX triplet: C8, 0D and 5F. RGB value is (200,13,95). Sum of RGB (Red+Green+Blue) = 200+13+95=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D5F is #37F2A0. Grayscale: #4E4E4E. Windows color (decimal): -3666593 or 6229448. OLE color: 6229448.

HSL color Cylindrical-coordinate representation of color #C80D5F: hue angle of 333.69º degrees, saturation: 0.88, 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 #C80D5F is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB2001395-
CMYK00.940.520.22
HSL333.69º87.79%41.76%-
HSV(B)333.69º93.5%78.43%-
XYZ26.0313.3912.04-
YUV78.26137.45214.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.94%
GREEN value IS 13 (5.47% from 255) = 4.22%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=64.94%
G=4.22%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200139500.940.520.22333.6987.7941.76
HexC8D5F05E341614e582a
Octal310151370136642651613052
Binary110010001101101111101011110110100101101010011101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80D5F; }

 p { color: rgb(200,13,95); }

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

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

 a { background-color: rgb(200,13,95); }

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

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

 span { border-color: rgb(200,13,95); }

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