#C90062

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

Shades of Ruby #C90062

Tints of Ruby #C90062

Color information

#C90062 (or 0xC90062) is unknown color: approx Ruby. HEX triplet: C9, 00 and 62. RGB value is (201,0,98). Sum of RGB (Red+Green+Blue) = 201+0+98=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C90062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90062 is #36FF9D. Grayscale: #474747. Windows color (decimal): -3604382 or 6422729. OLE color: 6422729.

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

Color convert

RGB201098-
CMYK010.510.21
HSL330.75º100%39.41%-
HSV(B)330.75º100%78.82%-
XYZ26.2913.312.74-
YUV71.27143.09220.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=67.22%
G=0%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201098010.510.21330.7510039.41
HexC9062064331514b6427
Octal31101420144632551314447
Binary110010010110001001100100110011101011010010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90062; }

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

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

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

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

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

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

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

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