#C91556

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

Shades of Ruby #C91556

Tints of Ruby #C91556

Color information

#C91556 (or 0xC91556) is unknown color: approx Ruby. HEX triplet: C9, 15 and 56. RGB value is (201,21,86). Sum of RGB (Red+Green+Blue) = 201+21+86=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C91556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91556 is #36EAA9. Grayscale: #525252. Windows color (decimal): -3599018 or 5641673. OLE color: 5641673.

HSL color Cylindrical-coordinate representation of color #C91556: hue angle of 338.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91556 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB2012186-
CMYK00.900.570.21
HSL338.33º81.08%43.53%-
HSV(B)338.33º89.55%78.82%-
XYZ26.0413.6310.06-
YUV82.23130.13212.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.26%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=65.26%
G=6.82%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201218600.900.570.21338.3381.0843.53
HexC9155605A3915152512c
Octal311251260132712552212154
Binary1100100110101101011001011010111001101011010100101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91556; }

 p { color: rgb(201,21,86); }

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

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

 a { background-color: rgb(201,21,86); }

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

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

 span { border-color: rgb(201,21,86); }

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