#C21965

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

Shades of Ruby #C21965

Tints of Ruby #C21965

Color information

#C21965 (or 0xC21965) is unknown color: approx Ruby. HEX triplet: C2, 19 and 65. RGB value is (194,25,101). Sum of RGB (Red+Green+Blue) = 194+25+101=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C21965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21965 is #3DE69A. Grayscale: #545454. Windows color (decimal): -4056731 or 6625730. OLE color: 6625730.

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

Color convert

RGB19425101-
CMYK00.870.480.24
HSL333.02º77.17%42.94%-
HSV(B)333.02º87.11%76.08%-
XYZ24.9413.113.53-
YUV84.2137.49206.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.62%
GREEN value IS 25 (10.16% from 255) = 7.81%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=60.62%
G=7.81%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942510100.870.480.24333.0277.1742.94
HexC21965057301814d4d2b
Octal302311450127603051511553
Binary1100001011001110010101010111110000110001010011011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21965; }

 p { color: rgb(194,25,101); }

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

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

 a { background-color: rgb(194,25,101); }

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

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

 span { border-color: rgb(194,25,101); }

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