#C90868

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

Shades of Ruby #C90868

Tints of Ruby #C90868

Color information

#C90868 (or 0xC90868) is unknown color: approx Ruby. HEX triplet: C9, 08 and 68. RGB value is (201,8,104). Sum of RGB (Red+Green+Blue) = 201+8+104=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C90868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90868 is #36F797. Grayscale: #4C4C4C. Windows color (decimal): -3602328 or 6817993. OLE color: 6817993.

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

Color convert

RGB2018104-
CMYK00.960.480.21
HSL330.16º92.34%40.98%-
HSV(B)330.16º96.02%78.82%-
XYZ26.6713.5914.31-
YUV76.65143.44216.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.22%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=64.22%
G=2.56%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201810400.960.480.21330.1692.3440.98
HexC9868060301514a5c29
Octal311101500140602551213451
Binary110010011000110100001100000110000101011010010101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90868; }

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

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

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

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

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

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

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

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