#C90557

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

Shades of Ruby #C90557

Tints of Ruby #C90557

Color information

#C90557 (or 0xC90557) is unknown color: approx Ruby. HEX triplet: C9, 05 and 57. RGB value is (201,5,87). Sum of RGB (Red+Green+Blue) = 201+5+87=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C90557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90557 is #36FAA8. Grayscale: #484848. Windows color (decimal): -3603113 or 5703113. OLE color: 5703113.

HSL color Cylindrical-coordinate representation of color #C90557: hue angle of 334.9º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90557 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB201587-
CMYK00.980.570.21
HSL334.9º95.15%40.39%-
HSV(B)334.9º97.51%78.82%-
XYZ25.8613.2110.2-
YUV72.95135.93219.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 68.60%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 87 (34.38% from 255) = 29.69%
R=68.60%
G=1.71%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20158700.980.570.21334.995.1540.39
HexC9557062391514f5f28
Octal31151270142712551713750
Binary11001001101101011101100010111001101011010011111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90557; }

 p { color: rgb(201,5,87); }

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

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

 a { background-color: rgb(201,5,87); }

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

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

 span { border-color: rgb(201,5,87); }

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