#C90861

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

Shades of Ruby #C90861

Tints of Ruby #C90861

Color information

#C90861 (or 0xC90861) is unknown color: approx Ruby. HEX triplet: C9, 08 and 61. RGB value is (201,8,97). Sum of RGB (Red+Green+Blue) = 201+8+97=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C90861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90861 is #36F79E. Grayscale: #4B4B4B. Windows color (decimal): -3602335 or 6359241. OLE color: 6359241.

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

Color convert

RGB201897-
CMYK00.960.520.21
HSL332.33º92.34%40.98%-
HSV(B)332.33º96.02%78.82%-
XYZ26.3313.4512.52-
YUV75.85139.94217.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.69%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=65.69%
G=2.61%
B=31.70%

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
Decimal20189700.960.520.21332.3392.3440.98
HexC9861060341514c5c29
Octal311101410140642551413451
Binary110010011000110000101100000110100101011010011001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90861; }

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

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

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

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

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

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

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

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