#C53F4E

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

Shades of Old Rose #C53F4E

Tints of Old Rose #C53F4E

Color information

#C53F4E (or 0xC53F4E) is unknown color: approx Old Rose. HEX triplet: C5, 3F and 4E. RGB value is (197,63,78). Sum of RGB (Red+Green+Blue) = 197+63+78=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F4E is #3AC0B1. Grayscale: #686868. Windows color (decimal): -3850418 or 5128133. OLE color: 5128133.

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

Color convert

RGB1976378-
CMYK00.680.600.23
HSL353.28º53.6%50.98%-
HSV(B)353.28º68.02%77.25%-
XYZ26.1815.988.91-
YUV104.78112.89193.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.28%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=58.28%
G=18.64%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197637800.680.600.23353.2853.650.98
HexC53F4E0443C171613633
Octal30577116010474275416663
Binary1100010111111110011100100010011110010111101100001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F4E; }

 p { color: rgb(197,63,78); }

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

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

 a { background-color: rgb(197,63,78); }

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

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

 span { border-color: rgb(197,63,78); }

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