#C80D58

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

Shades of Ruby #C80D58

Tints of Ruby #C80D58

Color information

#C80D58 (or 0xC80D58) is unknown color: approx Ruby. HEX triplet: C8, 0D and 58. RGB value is (200,13,88). Sum of RGB (Red+Green+Blue) = 200+13+88=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D58 is #37F2A7. Grayscale: #4D4D4D. Windows color (decimal): -3666600 or 5770696. OLE color: 5770696.

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

Color convert

RGB2001388-
CMYK00.940.560.22
HSL335.94º87.79%41.76%-
HSV(B)335.94º93.5%78.43%-
XYZ25.7213.2710.44-
YUV77.46133.95215.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.45%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=66.45%
G=4.32%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200138800.940.560.22335.9487.7941.76
HexC8D5805E3816150582a
Octal310151300136702652013052
Binary110010001101101100001011110111000101101010100001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80D58; }

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

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

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

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

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

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

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

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