#C80A5C

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

Shades of Ruby #C80A5C

Tints of Ruby #C80A5C

Color information

#C80A5C (or 0xC80A5C) is unknown color: approx Ruby. HEX triplet: C8, 0A and 5C. RGB value is (200,10,92). Sum of RGB (Red+Green+Blue) = 200+10+92=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A5C is #37F5A3. Grayscale: #4C4C4C. Windows color (decimal): -3667364 or 6032072. OLE color: 6032072.

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

Color convert

RGB2001092-
CMYK00.950.540.22
HSL334.11º90.48%41.18%-
HSV(B)334.11º95%78.43%-
XYZ25.8613.2711.32-
YUV76.16136.95216.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.23%
GREEN value IS 10 (4.30% from 255) = 3.31%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=66.23%
G=3.31%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200109200.950.540.22334.1190.4841.18
HexC8A5C05F361614e5a29
Octal310121340137662651613251
Binary110010001010101110001011111110110101101010011101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80A5C; }

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

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

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

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

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

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

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

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