#C70C5D

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

Shades of Ruby #C70C5D

Tints of Ruby #C70C5D

Color information

#C70C5D (or 0xC70C5D) is unknown color: approx Ruby. HEX triplet: C7, 0C and 5D. RGB value is (199,12,93). Sum of RGB (Red+Green+Blue) = 199+12+93=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70C5D is #38F3A2. Grayscale: #4D4D4D. Windows color (decimal): -3732387 or 6098119. OLE color: 6098119.

HSL color Cylindrical-coordinate representation of color #C70C5D: hue angle of 334.01º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70C5D is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1991293-
CMYK00.940.530.22
HSL334.01º88.63%41.37%-
HSV(B)334.01º93.97%78.04%-
XYZ25.6613.211.55-
YUV77.15136.95214.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.46%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=65.46%
G=3.95%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199129300.940.530.22334.0188.6341.37
HexC7C5D05E351614e5929
Octal307141350136652651613151
Binary110001111100101110101011110110101101101010011101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70C5D; }

 p { color: rgb(199,12,93); }

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

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

 a { background-color: rgb(199,12,93); }

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

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

 span { border-color: rgb(199,12,93); }

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