#C81162

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

Shades of Ruby #C81162

Tints of Ruby #C81162

Color information

#C81162 (or 0xC81162) is unknown color: approx Ruby. HEX triplet: C8, 11 and 62. RGB value is (200,17,98). Sum of RGB (Red+Green+Blue) = 200+17+98=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C81162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81162 is #37EE9D. Grayscale: #505050. Windows color (decimal): -3665566 or 6427080. OLE color: 6427080.

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

Color convert

RGB2001798-
CMYK00.920.510.22
HSL333.44º84.33%42.55%-
HSV(B)333.44º91.5%78.43%-
XYZ26.2213.5612.79-
YUV80.95137.63212.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.49%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=63.49%
G=5.40%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200179800.920.510.22333.4484.3342.55
HexC8116205C331614d542b
Octal310211420134632651512453
Binary1100100010001110001001011100110011101101010011011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81162; }

 p { color: rgb(200,17,98); }

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

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

 a { background-color: rgb(200,17,98); }

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

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

 span { border-color: rgb(200,17,98); }

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