#C90954

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

Shades of Ruby #C90954

Tints of Ruby #C90954

Color information

#C90954 (or 0xC90954) is unknown color: approx Ruby. HEX triplet: C9, 09 and 54. RGB value is (201,9,84). Sum of RGB (Red+Green+Blue) = 201+9+84=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C90954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90954 is #36F6AB. Grayscale: #4A4A4A. Windows color (decimal): -3602092 or 5507529. OLE color: 5507529.

HSL color Cylindrical-coordinate representation of color #C90954: hue angle of 336.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90954 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB201984-
CMYK00.960.580.21
HSL336.56º91.43%41.18%-
HSV(B)336.56º95.52%78.82%-
XYZ25.7913.259.59-
YUV74.96133.11217.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 68.37%
GREEN value IS 9 (3.91% from 255) = 3.06%
BLUE value IS 84 (33.20% from 255) = 28.57%
R=68.37%
G=3.06%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20198400.960.580.21336.5691.4341.18
HexC99540603A151515b29
Octal311111240140722552113351
Binary110010011001101010001100000111010101011010100011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90954; }

 p { color: rgb(201,9,84); }

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

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

 a { background-color: rgb(201,9,84); }

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

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

 span { border-color: rgb(201,9,84); }

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