#C73A54

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

Shades of Old Rose #C73A54

Tints of Old Rose #C73A54

Color information

#C73A54 (or 0xC73A54) is unknown color: approx Old Rose. HEX triplet: C7, 3A and 54. RGB value is (199,58,84). Sum of RGB (Red+Green+Blue) = 199+58+84=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A54 is #38C5AB. Grayscale: #676767. Windows color (decimal): -3720620 or 5520071. OLE color: 5520071.

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

Color convert

RGB1995884-
CMYK00.710.580.22
HSL348.94º55.73%50.39%-
HSV(B)348.94º70.85%78.04%-
XYZ26.6715.8110.03-
YUV103.12117.21196.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.36%
GREEN value IS 58 (23.05% from 255) = 17.01%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=58.36%
G=17.01%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199588400.710.580.22348.9455.7350.39
HexC73A540473A1615d3832
Octal30772124010772265357062
Binary1100011111101010101000100011111101010110101011101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73A54; }

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

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

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

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

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

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

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

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