#C73A5A

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

Shades of Old Rose #C73A5A

Tints of Old Rose #C73A5A

Color information

#C73A5A (or 0xC73A5A) is unknown color: approx Old Rose. HEX triplet: C7, 3A and 5A. RGB value is (199,58,90). Sum of RGB (Red+Green+Blue) = 199+58+90=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A5A is #38C5A5. Grayscale: #676767. Windows color (decimal): -3720614 or 5913287. OLE color: 5913287.

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

Color convert

RGB1995890-
CMYK00.710.550.22
HSL346.38º55.73%50.39%-
HSV(B)346.38º70.85%78.04%-
XYZ26.9115.9111.32-
YUV103.81120.21195.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.35%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=57.35%
G=16.71%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199589000.710.550.22346.3855.7350.39
HexC73A5A047371615a3832
Octal30772132010767265327062
Binary1100011111101010110100100011111011110110101011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73A5A; }

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

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

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

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

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

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

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

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