#C81C5B

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

Shades of Ruby #C81C5B

Tints of Ruby #C81C5B

Color information

#C81C5B (or 0xC81C5B) is unknown color: approx Ruby. HEX triplet: C8, 1C and 5B. RGB value is (200,28,91). Sum of RGB (Red+Green+Blue) = 200+28+91=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81C5B is #37E3A4. Grayscale: #565656. Windows color (decimal): -3662757 or 5971144. OLE color: 5971144.

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

Color convert

RGB2002891-
CMYK00.860.540.22
HSL338.02º75.44%44.71%-
HSV(B)338.02º86%78.43%-
XYZ26.1213.8711.2-
YUV86.61130.48208.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.70%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=62.70%
G=8.78%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200289100.860.540.22338.0275.4444.71
HexC81C5B05636161524b2d
Octal310341330126662652211355
Binary1100100011100101101101010110110110101101010100101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81C5B; }

 p { color: rgb(200,28,91); }

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

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

 a { background-color: rgb(200,28,91); }

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

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

 span { border-color: rgb(200,28,91); }

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