#C90863

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

Shades of Ruby #C90863

Tints of Ruby #C90863

Color information

#C90863 (or 0xC90863) is unknown color: approx Ruby. HEX triplet: C9, 08 and 63. RGB value is (201,8,99). Sum of RGB (Red+Green+Blue) = 201+8+99=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C90863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90863 is #36F79C. Grayscale: #4B4B4B. Windows color (decimal): -3602333 or 6490313. OLE color: 6490313.

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

Color convert

RGB201899-
CMYK00.960.510.21
HSL331.71º92.34%40.98%-
HSV(B)331.71º96.02%78.82%-
XYZ26.4313.4913.02-
YUV76.08140.94217.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.26%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=65.26%
G=2.60%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20189900.960.510.21331.7192.3440.98
HexC9863060331514c5c29
Octal311101430140632551413451
Binary110010011000110001101100000110011101011010011001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90863; }

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

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

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

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

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

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

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

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