#C8165F

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

Shades of Ruby #C8165F

Tints of Ruby #C8165F

Color information

#C8165F (or 0xC8165F) is unknown color: approx Ruby. HEX triplet: C8, 16 and 5F. RGB value is (200,22,95). Sum of RGB (Red+Green+Blue) = 200+22+95=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8165F is #37E9A0. Grayscale: #535353. Windows color (decimal): -3664289 or 6231752. OLE color: 6231752.

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

Color convert

RGB2002295-
CMYK00.890.520.22
HSL335.39º80.18%43.53%-
HSV(B)335.39º89%78.43%-
XYZ26.1713.6812.09-
YUV83.54134.47211.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.09%
GREEN value IS 22 (8.98% from 255) = 6.94%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=63.09%
G=6.94%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200229500.890.520.22335.3980.1843.53
HexC8165F059341614f502c
Octal310261370131642651712054
Binary1100100010110101111101011001110100101101010011111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8165F; }

 p { color: rgb(200,22,95); }

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

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

 a { background-color: rgb(200,22,95); }

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

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

 span { border-color: rgb(200,22,95); }

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