#C90068

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

Shades of Ruby #C90068

Tints of Ruby #C90068

Color information

#C90068 (or 0xC90068) is unknown color: approx Ruby. HEX triplet: C9, 00 and 68. RGB value is (201,0,104). Sum of RGB (Red+Green+Blue) = 201+0+104=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C90068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90068 is #36FF97. Grayscale: #474747. Windows color (decimal): -3604376 or 6815945. OLE color: 6815945.

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

Color convert

RGB2010104-
CMYK010.480.21
HSL328.96º100%39.41%-
HSV(B)328.96º100%78.82%-
XYZ26.5913.4214.29-
YUV71.96146.09220.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=65.90%
G=0%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2010104010.480.21328.9610039.41
HexC906806430151496427
Octal31101500144602551114447
Binary110010010110100001100100110000101011010010011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90068; }

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

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

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

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

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

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

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

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