#C53E50

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

Shades of Old Rose #C53E50

Tints of Old Rose #C53E50

Color information

#C53E50 (or 0xC53E50) is unknown color: approx Old Rose. HEX triplet: C5, 3E and 50. RGB value is (197,62,80). Sum of RGB (Red+Green+Blue) = 197+62+80=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E50 is #3AC1AF. Grayscale: #686868. Windows color (decimal): -3850672 or 5258949. OLE color: 5258949.

HSL color Cylindrical-coordinate representation of color #C53E50: hue angle of 352º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53E50 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB1976280-
CMYK00.690.590.23
HSL352º53.78%50.78%-
HSV(B)352º68.53%77.25%-
XYZ26.215.899.28-
YUV104.42114.23194.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.11%
GREEN value IS 62 (24.61% from 255) = 18.29%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=58.11%
G=18.29%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197628000.690.590.2335253.7850.78
HexC53E500453B171603633
Octal30576120010573275406663
Binary1100010111111010100000100010111101110111101100000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E50; }

 p { color: rgb(197,62,80); }

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

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

 a { background-color: rgb(197,62,80); }

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

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

 span { border-color: rgb(197,62,80); }

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