#C81860

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

Shades of Ruby #C81860

Tints of Ruby #C81860

Color information

#C81860 (or 0xC81860) is unknown color: approx Ruby. HEX triplet: C8, 18 and 60. RGB value is (200,24,96). Sum of RGB (Red+Green+Blue) = 200+24+96=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C81860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81860 is #37E79F. Grayscale: #545454. Windows color (decimal): -3663776 or 6297800. OLE color: 6297800.

HSL color Cylindrical-coordinate representation of color #C81860: hue angle of 335.45º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81860 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB2002496-
CMYK00.880.520.22
HSL335.45º78.57%43.92%-
HSV(B)335.45º88%78.43%-
XYZ26.2613.7812.34-
YUV84.83134.31210.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.5%
GREEN value IS 24 (9.77% from 255) = 7.5%
BLUE value IS 96 (37.89% from 255) = 30%
R=62.5%
G=7.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200249600.880.520.22335.4578.5743.92
HexC81860058341614f4f2c
Octal310301400130642651711754
Binary1100100011000110000001011000110100101101010011111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81860; }

 p { color: rgb(200,24,96); }

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

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

 a { background-color: rgb(200,24,96); }

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

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

 span { border-color: rgb(200,24,96); }

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