#C2145D

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

Shades of Ruby #C2145D

Tints of Ruby #C2145D

Color information

#C2145D (or 0xC2145D) is unknown color: approx Ruby. HEX triplet: C2, 14 and 5D. RGB value is (194,20,93). Sum of RGB (Red+Green+Blue) = 194+20+93=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2145D is #3DEBA2. Grayscale: #505050. Windows color (decimal): -4058019 or 6100162. OLE color: 6100162.

HSL color Cylindrical-coordinate representation of color #C2145D: hue angle of 334.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2145D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1942093-
CMYK00.900.520.24
HSL334.83º81.31%41.96%-
HSV(B)334.83º89.69%76.08%-
XYZ24.4712.7611.53-
YUV80.35135.15209.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.19%
GREEN value IS 20 (8.20% from 255) = 6.51%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=63.19%
G=6.51%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194209300.900.520.24334.8381.3141.96
HexC2145D05A341814f512a
Octal302241350132643051712152
Binary1100001010100101110101011010110100110001010011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2145D; }

 p { color: rgb(194,20,93); }

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

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

 a { background-color: rgb(194,20,93); }

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

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

 span { border-color: rgb(194,20,93); }

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