#C73E5D

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

Shades of Old Rose #C73E5D

Tints of Old Rose #C73E5D

Color information

#C73E5D (or 0xC73E5D) is unknown color: approx Old Rose. HEX triplet: C7, 3E and 5D. RGB value is (199,62,93). Sum of RGB (Red+Green+Blue) = 199+62+93=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73E5D is #38C1A2. Grayscale: #6A6A6A. Windows color (decimal): -3719587 or 6110919. OLE color: 6110919.

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

Color convert

RGB1996293-
CMYK00.690.530.22
HSL346.42º55.02%51.18%-
HSV(B)346.42º68.84%78.04%-
XYZ27.2516.3812.08-
YUV106.5120.39193.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.21%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=56.21%
G=17.51%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199629300.690.530.22346.4255.0251.18
HexC73E5D045351615a3733
Octal30776135010565265326763
Binary1100011111111010111010100010111010110110101011010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73E5D; }

 p { color: rgb(199,62,93); }

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

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

 a { background-color: rgb(199,62,93); }

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

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

 span { border-color: rgb(199,62,93); }

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