#C53957

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

Shades of Old Rose #C53957

Tints of Old Rose #C53957

Color information

#C53957 (or 0xC53957) is unknown color: approx Old Rose. HEX triplet: C5, 39 and 57. RGB value is (197,57,87). Sum of RGB (Red+Green+Blue) = 197+57+87=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C53957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53957 is #3AC6A8. Grayscale: #666666. Windows color (decimal): -3851945 or 5716421. OLE color: 5716421.

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

Color convert

RGB1975787-
CMYK00.710.560.23
HSL347.14º55.12%49.8%-
HSV(B)347.14º71.07%77.25%-
XYZ26.2115.4810.62-
YUV102.28119.38195.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.77%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=57.77%
G=16.72%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197578700.710.560.23347.1455.1249.8
HexC53957047381715b3732
Octal30571127010770275336762
Binary1100010111100110101110100011111100010111101011011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53957; }

 p { color: rgb(197,57,87); }

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

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

 a { background-color: rgb(197,57,87); }

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

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

 span { border-color: rgb(197,57,87); }

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