#C90862

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

Shades of Ruby #C90862

Tints of Ruby #C90862

Color information

#C90862 (or 0xC90862) is unknown color: approx Ruby. HEX triplet: C9, 08 and 62. RGB value is (201,8,98). Sum of RGB (Red+Green+Blue) = 201+8+98=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C90862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90862 is #36F79D. Grayscale: #4B4B4B. Windows color (decimal): -3602334 or 6424777. OLE color: 6424777.

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

Color convert

RGB201898-
CMYK00.960.510.21
HSL332.02º92.34%40.98%-
HSV(B)332.02º96.02%78.82%-
XYZ26.3813.4712.77-
YUV75.97140.44217.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.47%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=65.47%
G=2.61%
B=31.92%

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
Decimal20189800.960.510.21332.0292.3440.98
HexC9862060331514c5c29
Octal311101420140632551413451
Binary110010011000110001001100000110011101011010011001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90862; }

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

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

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

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

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

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

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

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