#C91669

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

Shades of Ruby #C91669

Tints of Ruby #C91669

Color information

#C91669 (or 0xC91669) is unknown color: approx Ruby. HEX triplet: C9, 16 and 69. RGB value is (201,22,105). Sum of RGB (Red+Green+Blue) = 201+22+105=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C91669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91669 is #36E996. Grayscale: #545454. Windows color (decimal): -3598743 or 6887113. OLE color: 6887113.

HSL color Cylindrical-coordinate representation of color #C91669: hue angle of 332.18º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91669 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB20122105-
CMYK00.890.480.21
HSL332.18º80.27%43.73%-
HSV(B)332.18º89.05%78.82%-
XYZ26.9214.0114.65-
YUV84.98139.3210.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.28%
GREEN value IS 22 (8.98% from 255) = 6.71%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=61.28%
G=6.71%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012210500.890.480.21332.1880.2743.73
HexC91669059301514c502c
Octal311261510131602551412054
Binary1100100110110110100101011001110000101011010011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91669; }

 p { color: rgb(201,22,105); }

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

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

 a { background-color: rgb(201,22,105); }

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

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

 span { border-color: rgb(201,22,105); }

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