#C73A5F

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

Shades of Old Rose #C73A5F

Tints of Old Rose #C73A5F

Color information

#C73A5F (or 0xC73A5F) is unknown color: approx Old Rose. HEX triplet: C7, 3A and 5F. RGB value is (199,58,95). Sum of RGB (Red+Green+Blue) = 199+58+95=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A5F is #38C5A0. Grayscale: #686868. Windows color (decimal): -3720609 or 6240967. OLE color: 6240967.

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

Color convert

RGB1995895-
CMYK00.710.520.22
HSL344.26º55.73%50.39%-
HSV(B)344.26º70.85%78.04%-
XYZ27.1315.9912.48-
YUV104.38122.71195.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.53%
GREEN value IS 58 (23.05% from 255) = 16.48%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=56.53%
G=16.48%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199589500.710.520.22344.2655.7350.39
HexC73A5F04734161583832
Octal30772137010764265307062
Binary1100011111101010111110100011111010010110101011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73A5F; }

 p { color: rgb(199,58,95); }

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

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

 a { background-color: rgb(199,58,95); }

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

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

 span { border-color: rgb(199,58,95); }

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