#C5085C

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

Shades of Ruby #C5085C

Tints of Ruby #C5085C

Color information

#C5085C (or 0xC5085C) is unknown color: approx Ruby. HEX triplet: C5, 08 and 5C. RGB value is (197,8,92). Sum of RGB (Red+Green+Blue) = 197+8+92=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5085C is #3AF7A3. Grayscale: #494949. Windows color (decimal): -3864484 or 6031557. OLE color: 6031557.

HSL color Cylindrical-coordinate representation of color #C5085C: hue angle of 333.33º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5085C is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB197892-
CMYK00.960.530.23
HSL333.33º92.2%40.2%-
HSV(B)333.33º95.94%77.25%-
XYZ25.0412.8211.28-
YUV74.09138.12215.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.33%
GREEN value IS 8 (3.52% from 255) = 2.69%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=66.33%
G=2.69%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19789200.960.530.23333.3392.240.2
HexC585C060351714d5c28
Octal305101340140652751513450
Binary110001011000101110001100000110101101111010011011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5085C; }

 p { color: rgb(197,8,92); }

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

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

 a { background-color: rgb(197,8,92); }

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

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

 span { border-color: rgb(197,8,92); }

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