#C81461

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

Shades of Ruby #C81461

Tints of Ruby #C81461

Color information

#C81461 (or 0xC81461) is unknown color: approx Ruby. HEX triplet: C8, 14 and 61. RGB value is (200,20,97). Sum of RGB (Red+Green+Blue) = 200+20+97=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C81461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81461 is #37EB9E. Grayscale: #525252. Windows color (decimal): -3664799 or 6362312. OLE color: 6362312.

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

Color convert

RGB2002097-
CMYK00.90.520.22
HSL334.33º81.82%43.14%-
HSV(B)334.33º90%78.43%-
XYZ26.2313.6412.56-
YUV82.6136.13211.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.09%
GREEN value IS 20 (8.20% from 255) = 6.31%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=63.09%
G=6.31%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200209700.90.520.22334.3381.8243.14
HexC8146105A341614e522b
Octal310241410132642651612253
Binary1100100010100110000101011010110100101101010011101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81461; }

 p { color: rgb(200,20,97); }

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

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

 a { background-color: rgb(200,20,97); }

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

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

 span { border-color: rgb(200,20,97); }

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