#C73A4E

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

Shades of Old Rose #C73A4E

Tints of Old Rose #C73A4E

Color information

#C73A4E (or 0xC73A4E) is unknown color: approx Old Rose. HEX triplet: C7, 3A and 4E. RGB value is (199,58,78). Sum of RGB (Red+Green+Blue) = 199+58+78=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A4E is #38C5B1. Grayscale: #666666. Windows color (decimal): -3720626 or 5126855. OLE color: 5126855.

HSL color Cylindrical-coordinate representation of color #C73A4E: hue angle of 351.49º 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 #C73A4E is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB1995878-
CMYK00.710.610.22
HSL351.49º55.73%50.39%-
HSV(B)351.49º70.85%78.04%-
XYZ26.4415.728.85-
YUV102.44114.21196.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.40%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=59.40%
G=17.31%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199587800.710.610.22351.4955.7350.39
HexC73A4E0473D1615f3832
Octal30772116010775265377062
Binary1100011111101010011100100011111110110110101011111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73A4E; }

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

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

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

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

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

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

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

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