#C53860

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

Shades of Old Rose #C53860

Tints of Old Rose #C53860

Color information

#C53860 (or 0xC53860) is unknown color: approx Old Rose. HEX triplet: C5, 38 and 60. RGB value is (197,56,96). Sum of RGB (Red+Green+Blue) = 197+56+96=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C53860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53860 is #3AC79F. Grayscale: #666666. Windows color (decimal): -3852192 or 6305989. OLE color: 6305989.

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

Color convert

RGB1975696-
CMYK00.720.510.23
HSL342.98º55.73%49.61%-
HSV(B)342.98º71.57%77.25%-
XYZ26.5515.5412.67-
YUV102.72124.21195.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.45%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=56.45%
G=16.05%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197569600.720.510.23342.9855.7349.61
HexC5386004833171573832
Octal30570140011063275277062
Binary1100010111100011000000100100011001110111101010111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53860; }

 p { color: rgb(197,56,96); }

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

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

 a { background-color: rgb(197,56,96); }

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

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

 span { border-color: rgb(197,56,96); }

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