#C90C54

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

Shades of Ruby #C90C54

Tints of Ruby #C90C54

Color information

#C90C54 (or 0xC90C54) is unknown color: approx Ruby. HEX triplet: C9, 0C and 54. RGB value is (201,12,84). Sum of RGB (Red+Green+Blue) = 201+12+84=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90C54 is #36F3AB. Grayscale: #4C4C4C. Windows color (decimal): -3601324 or 5508297. OLE color: 5508297.

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

Color convert

RGB2011284-
CMYK00.940.580.21
HSL337.14º88.73%41.76%-
HSV(B)337.14º94.03%78.82%-
XYZ25.8213.329.6-
YUV76.72132.12216.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.68%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=67.68%
G=4.04%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201128400.940.580.21337.1488.7341.76
HexC9C5405E3A15151592a
Octal311141240136722552113152
Binary110010011100101010001011110111010101011010100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90C54; }

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

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

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

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

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

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

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

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