#C53559

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

Shades of Old Rose #C53559

Tints of Old Rose #C53559

Color information

#C53559 (or 0xC53559) is unknown color: approx Old Rose. HEX triplet: C5, 35 and 59. RGB value is (197,53,89). Sum of RGB (Red+Green+Blue) = 197+53+89=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C53559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53559 is #3ACAA6. Grayscale: #646464. Windows color (decimal): -3852967 or 5846469. OLE color: 5846469.

HSL color Cylindrical-coordinate representation of color #C53559: hue angle of 345º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53559 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB1975389-
CMYK00.730.550.23
HSL345º57.6%49.02%-
HSV(B)345º73.1%77.25%-
XYZ26.115.1411-
YUV100.16121.71197.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.11%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=58.11%
G=15.63%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197538900.730.550.2334557.649.02
HexC5355904937171593a31
Octal30565131011167275317261
Binary1100010111010110110010100100111011110111101011001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53559; }

 p { color: rgb(197,53,89); }

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

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

 a { background-color: rgb(197,53,89); }

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

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

 span { border-color: rgb(197,53,89); }

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