#C91E66

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

Shades of Ruby #C91E66

Tints of Ruby #C91E66

Color information

#C91E66 (or 0xC91E66) is unknown color: approx Ruby. HEX triplet: C9, 1E and 66. RGB value is (201,30,102). Sum of RGB (Red+Green+Blue) = 201+30+102=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91E66 is #36E199. Grayscale: #595959. Windows color (decimal): -3596698 or 6692553. OLE color: 6692553.

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

Color convert

RGB20130102-
CMYK00.850.490.21
HSL334.74º74.03%45.29%-
HSV(B)334.74º85.07%78.82%-
XYZ26.9514.3113.91-
YUV89.34135.15207.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.36%
GREEN value IS 30 (12.11% from 255) = 9.01%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=60.36%
G=9.01%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013010200.850.490.21334.7474.0345.29
HexC91E66055311514f4a2d
Octal311361460125612551711255
Binary1100100111110110011001010101110001101011010011111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91E66; }

 p { color: rgb(201,30,102); }

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

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

 a { background-color: rgb(201,30,102); }

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

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

 span { border-color: rgb(201,30,102); }

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