#C90E62

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

Shades of Ruby #C90E62

Tints of Ruby #C90E62

Color information

#C90E62 (or 0xC90E62) is unknown color: approx Ruby. HEX triplet: C9, 0E and 62. RGB value is (201,14,98). Sum of RGB (Red+Green+Blue) = 201+14+98=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90E62 is #36F19D. Grayscale: #4F4F4F. Windows color (decimal): -3600798 or 6426313. OLE color: 6426313.

HSL color Cylindrical-coordinate representation of color #C90E62: hue angle of 333.05º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90E62 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB2011498-
CMYK00.930.510.21
HSL333.05º86.98%42.16%-
HSV(B)333.05º93.03%78.82%-
XYZ26.4513.6112.79-
YUV79.49138.45214.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.22%
GREEN value IS 14 (5.86% from 255) = 4.47%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=64.22%
G=4.47%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201149800.930.510.21333.0586.9842.16
HexC9E6205D331514d572a
Octal311161420135632551512752
Binary110010011110110001001011101110011101011010011011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90E62; }

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

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

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

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

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

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

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

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