#C53F4D

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

Shades of Old Rose #C53F4D

Tints of Old Rose #C53F4D

Color information

#C53F4D (or 0xC53F4D) is unknown color: approx Old Rose. HEX triplet: C5, 3F and 4D. RGB value is (197,63,77). Sum of RGB (Red+Green+Blue) = 197+63+77=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F4D is #3AC0B2. Grayscale: #686868. Windows color (decimal): -3850419 or 5062597. OLE color: 5062597.

HSL color Cylindrical-coordinate representation of color #C53F4D: hue angle of 353.73º 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 #C53F4D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB1976377-
CMYK00.680.610.23
HSL353.73º53.6%50.98%-
HSV(B)353.73º68.02%77.25%-
XYZ26.1415.968.72-
YUV104.66112.39193.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.46%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=58.46%
G=18.69%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197637700.680.610.23353.7353.650.98
HexC53F4D0443D171623633
Octal30577115010475275426663
Binary1100010111111110011010100010011110110111101100010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F4D; }

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

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

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

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

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

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

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

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