#C73650

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

Shades of Old Rose #C73650

Tints of Old Rose #C73650

Color information

#C73650 (or 0xC73650) is unknown color: approx Old Rose. HEX triplet: C7, 36 and 50. RGB value is (199,54,80). Sum of RGB (Red+Green+Blue) = 199+54+80=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C73650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73650 is #38C9AF. Grayscale: #646464. Windows color (decimal): -3721648 or 5256903. OLE color: 5256903.

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

Color convert

RGB1995480-
CMYK00.730.600.22
HSL349.24º57.31%49.61%-
HSV(B)349.24º72.86%78.04%-
XYZ26.3215.369.17-
YUV100.32116.54198.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.76%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=59.76%
G=16.22%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199548000.730.600.22349.2457.3149.61
HexC736500493C1615d3932
Octal30766120011174265357162
Binary1100011111011010100000100100111110010110101011101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73650; }

 p { color: rgb(199,54,80); }

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

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

 a { background-color: rgb(199,54,80); }

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

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

 span { border-color: rgb(199,54,80); }

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