#C8175D

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

Shades of Ruby #C8175D

Tints of Ruby #C8175D

Color information

#C8175D (or 0xC8175D) is unknown color: approx Ruby. HEX triplet: C8, 17 and 5D. RGB value is (200,23,93). Sum of RGB (Red+Green+Blue) = 200+23+93=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8175D is #37E8A2. Grayscale: #535353. Windows color (decimal): -3664035 or 6100936. OLE color: 6100936.

HSL color Cylindrical-coordinate representation of color #C8175D: hue angle of 336.27º 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 #C8175D is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB2002393-
CMYK00.880.540.22
HSL336.27º79.37%43.73%-
HSV(B)336.27º88.5%78.43%-
XYZ26.113.6811.62-
YUV83.9133.14210.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.29%
GREEN value IS 23 (9.38% from 255) = 7.28%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=63.29%
G=7.28%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200239300.880.540.22336.2779.3743.73
HexC8175D05836161504f2c
Octal310271350130662652011754
Binary1100100010111101110101011000110110101101010100001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8175D; }

 p { color: rgb(200,23,93); }

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

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

 a { background-color: rgb(200,23,93); }

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

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

 span { border-color: rgb(200,23,93); }

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