#C2185E

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

Shades of Ruby #C2185E

Tints of Ruby #C2185E

Color information

#C2185E (or 0xC2185E) is unknown color: approx Ruby. HEX triplet: C2, 18 and 5E. RGB value is (194,24,94). Sum of RGB (Red+Green+Blue) = 194+24+94=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2185E is #3DE7A1. Grayscale: #525252. Windows color (decimal): -4056994 or 6166722. OLE color: 6166722.

HSL color Cylindrical-coordinate representation of color #C2185E: hue angle of 335.29º degrees, saturation: 0.78, 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 #C2185E is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1942494-
CMYK00.880.520.24
HSL335.29º77.98%42.75%-
HSV(B)335.29º87.63%76.08%-
XYZ24.612.9311.79-
YUV82.81134.32207.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.18%
GREEN value IS 24 (9.77% from 255) = 7.69%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=62.18%
G=7.69%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194249400.880.520.24335.2977.9842.75
HexC2185E058341814f4e2b
Octal302301360130643051711653
Binary1100001011000101111001011000110100110001010011111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2185E; }

 p { color: rgb(194,24,94); }

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

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

 a { background-color: rgb(194,24,94); }

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

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

 span { border-color: rgb(194,24,94); }

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