#C90864

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

Shades of Ruby #C90864

Tints of Ruby #C90864

Color information

#C90864 (or 0xC90864) is unknown color: approx Ruby. HEX triplet: C9, 08 and 64. RGB value is (201,8,100). Sum of RGB (Red+Green+Blue) = 201+8+100=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C90864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90864 is #36F79B. Grayscale: #4C4C4C. Windows color (decimal): -3602332 or 6555849. OLE color: 6555849.

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

Color convert

RGB2018100-
CMYK00.960.500.21
HSL331.4º92.34%40.98%-
HSV(B)331.4º96.02%78.82%-
XYZ26.4713.5113.27-
YUV76.2141.44217.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.05%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=65.05%
G=2.59%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201810000.960.500.21331.492.3440.98
HexC9864060321514b5c29
Octal311101440140622551313451
Binary110010011000110010001100000110010101011010010111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90864; }

 p { color: rgb(201,8,100); }

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

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

 a { background-color: rgb(201,8,100); }

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

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

 span { border-color: rgb(201,8,100); }

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