#C73D5A

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

Shades of Old Rose #C73D5A

Tints of Old Rose #C73D5A

Color information

#C73D5A (or 0xC73D5A) is unknown color: approx Old Rose. HEX triplet: C7, 3D and 5A. RGB value is (199,61,90). Sum of RGB (Red+Green+Blue) = 199+61+90=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D5A is #38C2A5. Grayscale: #696969. Windows color (decimal): -3719846 or 5914055. OLE color: 5914055.

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

Color convert

RGB1996190-
CMYK00.690.550.22
HSL347.39º55.2%50.98%-
HSV(B)347.39º69.35%78.04%-
XYZ27.0716.2211.38-
YUV105.57119.22194.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.86%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=56.86%
G=17.43%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199619000.690.550.22347.3955.250.98
HexC73D5A045371615b3733
Octal30775132010567265336763
Binary1100011111110110110100100010111011110110101011011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73D5A; }

 p { color: rgb(199,61,90); }

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

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

 a { background-color: rgb(199,61,90); }

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

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

 span { border-color: rgb(199,61,90); }

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