#C73251

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

Shades of Old Rose #C73251

Tints of Old Rose #C73251

Color information

#C73251 (or 0xC73251) is unknown color: approx Old Rose. HEX triplet: C7, 32 and 51. RGB value is (199,50,81). Sum of RGB (Red+Green+Blue) = 199+50+81=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C73251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73251 is #38CDAE. Grayscale: #626262. Windows color (decimal): -3722671 or 5321415. OLE color: 5321415.

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

Color convert

RGB1995081-
CMYK00.750.590.22
HSL347.52º59.84%48.82%-
HSV(B)347.52º74.87%78.04%-
XYZ26.1815.029.3-
YUV98.08118.36199.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.30%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=60.30%
G=15.15%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199508100.750.590.22347.5259.8448.82
HexC7325104B3B1615c3c31
Octal30762121011373265347461
Binary1100011111001010100010100101111101110110101011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73251; }

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

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

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

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

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

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

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

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