#C73759

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

Shades of Old Rose #C73759

Tints of Old Rose #C73759

Color information

#C73759 (or 0xC73759) is unknown color: approx Old Rose. HEX triplet: C7, 37 and 59. RGB value is (199,55,89). Sum of RGB (Red+Green+Blue) = 199+55+89=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C73759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73759 is #38C8A6. Grayscale: #656565. Windows color (decimal): -3721383 or 5846983. OLE color: 5846983.

HSL color Cylindrical-coordinate representation of color #C73759: hue angle of 345.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73759 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB1995589-
CMYK00.720.550.22
HSL345.83º56.69%49.8%-
HSV(B)345.83º72.36%78.04%-
XYZ26.7215.611.05-
YUV101.93120.71197.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.02%
GREEN value IS 55 (21.88% from 255) = 16.03%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=58.02%
G=16.03%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199558900.720.550.22345.8356.6949.8
HexC73759048371615a3932
Octal30767131011067265327162
Binary1100011111011110110010100100011011110110101011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73759; }

 p { color: rgb(199,55,89); }

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

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

 a { background-color: rgb(199,55,89); }

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

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

 span { border-color: rgb(199,55,89); }

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