#C80A6A

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

Shades of Ruby #C80A6A

Tints of Ruby #C80A6A

Color information

#C80A6A (or 0xC80A6A) is unknown color: approx Ruby. HEX triplet: C8, 0A and 6A. RGB value is (200,10,106). Sum of RGB (Red+Green+Blue) = 200+10+106=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A6A is #37F595. Grayscale: #4D4D4D. Windows color (decimal): -3667350 or 6949576. OLE color: 6949576.

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

Color convert

RGB20010106-
CMYK00.950.470.22
HSL329.68º90.48%41.18%-
HSV(B)329.68º95%78.43%-
XYZ26.5313.5414.85-
YUV77.75143.95215.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.29%
GREEN value IS 10 (4.30% from 255) = 3.16%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=63.29%
G=3.16%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001010600.950.470.22329.6890.4841.18
HexC8A6A05F2F1614a5a29
Octal310121520137572651213251
Binary110010001010110101001011111101111101101010010101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80A6A; }

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

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

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

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

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

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

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

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