#C70761

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

Shades of Ruby #C70761

Tints of Ruby #C70761

Color information

#C70761 (or 0xC70761) is unknown color: approx Ruby. HEX triplet: C7, 07 and 61. RGB value is (199,7,97). Sum of RGB (Red+Green+Blue) = 199+7+97=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C70761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70761 is #38F89E. Grayscale: #4A4A4A. Windows color (decimal): -3733663 or 6358983. OLE color: 6358983.

HSL color Cylindrical-coordinate representation of color #C70761: hue angle of 331.88º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70761 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB199797-
CMYK00.960.510.22
HSL331.88º93.2%40.39%-
HSV(B)331.88º96.48%78.04%-
XYZ25.7913.1612.49-
YUV74.67140.61216.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.68%
GREEN value IS 7 (3.12% from 255) = 2.31%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=65.68%
G=2.31%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19979700.960.510.22331.8893.240.39
HexC7761060331614c5d28
Octal30771410140632651413550
Binary11000111111110000101100000110011101101010011001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70761; }

 p { color: rgb(199,7,97); }

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

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

 a { background-color: rgb(199,7,97); }

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

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

 span { border-color: rgb(199,7,97); }

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