#C90961

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

Shades of Ruby #C90961

Tints of Ruby #C90961

Color information

#C90961 (or 0xC90961) is unknown color: approx Ruby. HEX triplet: C9, 09 and 61. RGB value is (201,9,97). Sum of RGB (Red+Green+Blue) = 201+9+97=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C90961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90961 is #36F69E. Grayscale: #4C4C4C. Windows color (decimal): -3602079 or 6359497. OLE color: 6359497.

HSL color Cylindrical-coordinate representation of color #C90961: hue angle of 332.5º 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 #C90961 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB201997-
CMYK00.960.520.21
HSL332.5º91.43%41.18%-
HSV(B)332.5º95.52%78.82%-
XYZ26.3413.4812.52-
YUV76.44139.61216.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.47%
GREEN value IS 9 (3.91% from 255) = 2.93%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=65.47%
G=2.93%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20199700.960.520.21332.591.4341.18
HexC9961060341514c5b29
Octal311111410140642551413351
Binary110010011001110000101100000110100101011010011001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90961; }

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

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

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

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

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

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

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

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