#C73451

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

Shades of Old Rose #C73451

Tints of Old Rose #C73451

Color information

#C73451 (or 0xC73451) is unknown color: approx Old Rose. HEX triplet: C7, 34 and 51. RGB value is (199,52,81). Sum of RGB (Red+Green+Blue) = 199+52+81=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C73451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73451 is #38CBAE. Grayscale: #636363. Windows color (decimal): -3722159 or 5321927. OLE color: 5321927.

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

Color convert

RGB1995281-
CMYK00.740.590.22
HSL348.16º58.57%49.22%-
HSV(B)348.16º73.87%78.04%-
XYZ26.2715.199.33-
YUV99.26117.7199.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.94%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=59.94%
G=15.66%
B=24.40%

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
Decimal199528100.740.590.22348.1658.5749.22
HexC7345104A3B1615c3b31
Octal30764121011273265347361
Binary1100011111010010100010100101011101110110101011100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73451; }

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

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

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

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

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

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

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

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