#C21760

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

Shades of Ruby #C21760

Tints of Ruby #C21760

Color information

#C21760 (or 0xC21760) is unknown color: approx Ruby. HEX triplet: C2, 17 and 60. RGB value is (194,23,96). Sum of RGB (Red+Green+Blue) = 194+23+96=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C21760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21760 is #3DE89F. Grayscale: #525252. Windows color (decimal): -4057248 or 6297538. OLE color: 6297538.

HSL color Cylindrical-coordinate representation of color #C21760: hue angle of 334.39º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21760 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB1942396-
CMYK00.880.510.24
HSL334.39º78.8%42.55%-
HSV(B)334.39º88.14%76.08%-
XYZ24.6712.9312.26-
YUV82.45135.65207.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.98%
GREEN value IS 23 (9.38% from 255) = 7.35%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=61.98%
G=7.35%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194239600.880.510.24334.3978.842.55
HexC21760058331814e4f2b
Octal302271400130633051611753
Binary1100001010111110000001011000110011110001010011101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21760; }

 p { color: rgb(194,23,96); }

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

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

 a { background-color: rgb(194,23,96); }

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

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

 span { border-color: rgb(194,23,96); }

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