#C91967

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

Shades of Ruby #C91967

Tints of Ruby #C91967

Color information

#C91967 (or 0xC91967) is unknown color: approx Ruby. HEX triplet: C9, 19 and 67. RGB value is (201,25,103). Sum of RGB (Red+Green+Blue) = 201+25+103=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C91967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91967 is #36E698. Grayscale: #565656. Windows color (decimal): -3597977 or 6756809. OLE color: 6756809.

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

Color convert

RGB20125103-
CMYK00.880.490.21
HSL333.41º77.88%44.31%-
HSV(B)333.41º87.56%78.82%-
XYZ26.8814.0914.14-
YUV86.52137.31209.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.09%
GREEN value IS 25 (10.16% from 255) = 7.60%
BLUE value IS 103 (40.62% from 255) = 31.31%
R=61.09%
G=7.60%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012510300.880.490.21333.4177.8844.31
HexC91967058311514d4e2c
Octal311311470130612551511654
Binary1100100111001110011101011000110001101011010011011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91967; }

 p { color: rgb(201,25,103); }

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

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

 a { background-color: rgb(201,25,103); }

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

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

 span { border-color: rgb(201,25,103); }

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