#C80A69

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

Shades of Ruby #C80A69

Tints of Ruby #C80A69

Color information

#C80A69 (or 0xC80A69) is unknown color: approx Ruby. HEX triplet: C8, 0A and 69. RGB value is (200,10,105). Sum of RGB (Red+Green+Blue) = 200+10+105=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A69 is #37F596. Grayscale: #4D4D4D. Windows color (decimal): -3667351 or 6884040. OLE color: 6884040.

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

Color convert

RGB20010105-
CMYK00.950.480.22
HSL330º90.48%41.18%-
HSV(B)330º95%78.43%-
XYZ26.4813.5214.58-
YUV77.64143.45215.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.49%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=63.49%
G=3.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001010500.950.480.2233090.4841.18
HexC8A6905F301614a5a29
Octal310121510137602651213251
Binary110010001010110100101011111110000101101010010101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80A69; }

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

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

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

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

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

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

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

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