#C73452

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

Shades of Old Rose #C73452

Tints of Old Rose #C73452

Color information

#C73452 (or 0xC73452) is unknown color: approx Old Rose. HEX triplet: C7, 34 and 52. RGB value is (199,52,82). Sum of RGB (Red+Green+Blue) = 199+52+82=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C73452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73452 is #38CBAD. Grayscale: #636363. Windows color (decimal): -3722158 or 5387463. OLE color: 5387463.

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

Color convert

RGB1995282-
CMYK00.740.590.22
HSL347.76º58.57%49.22%-
HSV(B)347.76º73.87%78.04%-
XYZ26.315.219.53-
YUV99.37118.2199.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.76%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=59.76%
G=15.62%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199528200.740.590.22347.7658.5749.22
HexC7345204A3B1615c3b31
Octal30764122011273265347361
Binary1100011111010010100100100101011101110110101011100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73452; }

 p { color: rgb(199,52,82); }

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

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

 a { background-color: rgb(199,52,82); }

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

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

 span { border-color: rgb(199,52,82); }

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