#C53C55

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

Shades of Old Rose #C53C55

Tints of Old Rose #C53C55

Color information

#C53C55 (or 0xC53C55) is unknown color: approx Old Rose. HEX triplet: C5, 3C and 55. RGB value is (197,60,85). Sum of RGB (Red+Green+Blue) = 197+60+85=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C55 is #3AC3AA. Grayscale: #676767. Windows color (decimal): -3851179 or 5586117. OLE color: 5586117.

HSL color Cylindrical-coordinate representation of color #C53C55: hue angle of 349.05º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C55 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB1976085-
CMYK00.700.570.23
HSL349.05º54.15%50.39%-
HSV(B)349.05º69.54%77.25%-
XYZ26.2815.7610.25-
YUV103.81117.39194.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.60%
GREEN value IS 60 (23.83% from 255) = 17.54%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=57.60%
G=17.54%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197608500.700.570.23349.0554.1550.39
HexC53C55046391715d3632
Octal30574125010671275356662
Binary1100010111110010101010100011011100110111101011101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53C55; }

 p { color: rgb(197,60,85); }

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

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

 a { background-color: rgb(197,60,85); }

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

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

 span { border-color: rgb(197,60,85); }

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