#C73551

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

Shades of Old Rose #C73551

Tints of Old Rose #C73551

Color information

#C73551 (or 0xC73551) is unknown color: approx Old Rose. HEX triplet: C7, 35 and 51. RGB value is (199,53,81). Sum of RGB (Red+Green+Blue) = 199+53+81=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C73551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73551 is #38CAAE. Grayscale: #636363. Windows color (decimal): -3721903 or 5322183. OLE color: 5322183.

HSL color Cylindrical-coordinate representation of color #C73551: hue angle of 348.49º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73551 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1995381-
CMYK00.730.590.22
HSL348.49º57.94%49.41%-
HSV(B)348.49º73.37%78.04%-
XYZ26.3115.289.35-
YUV99.85117.37198.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.76%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=59.76%
G=15.92%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199538100.730.590.22348.4957.9449.41
HexC735510493B1615c3a31
Octal30765121011173265347261
Binary1100011111010110100010100100111101110110101011100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73551; }

 p { color: rgb(199,53,81); }

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

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

 a { background-color: rgb(199,53,81); }

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

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

 span { border-color: rgb(199,53,81); }

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