#C80C5C

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

Shades of Ruby #C80C5C

Tints of Ruby #C80C5C

Color information

#C80C5C (or 0xC80C5C) is unknown color: approx Ruby. HEX triplet: C8, 0C and 5C. RGB value is (200,12,92). Sum of RGB (Red+Green+Blue) = 200+12+92=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C5C is #37F3A3. Grayscale: #4D4D4D. Windows color (decimal): -3666852 or 6032584. OLE color: 6032584.

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

Color convert

RGB2001292-
CMYK00.940.540.22
HSL334.47º88.68%41.57%-
HSV(B)334.47º94%78.43%-
XYZ25.8813.3211.33-
YUV77.33136.28215.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 65.79%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=65.79%
G=3.95%
B=30.26%

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
Decimal200129200.940.540.22334.4788.6841.57
HexC8C5C05E361614e592a
Octal310141340136662651613152
Binary110010001100101110001011110110110101101010011101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80C5C; }

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

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

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

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

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

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

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

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