#c53b5b

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

Shades of Old Rose #C53B5B

Tints of Old Rose #C53B5B

Color information

#C53B5B (or 0xC53B5B) is unknown color: approx Old Rose. HEX triplet: C5, 3B and 5B. RGB value is (197,59,91). Sum of RGB (Red+Green+Blue) = 197+59+91=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B5B is #3AC4A4. Grayscale: #676767. Windows color (decimal): -3851429 or 5979077. OLE color: 5979077.

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

Color convert

RGB1975991-
CMYK00.700.540.23
HSL346.09º54.33%50.2%-
HSV(B)346.09º70.05%77.25%-
XYZ26.4815.7511.54-
YUV103.91120.72194.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 59 (23.44% from 255) = 17.00%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=56.77%
G=17.00%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197599100.700.540.23346.0954.3350.2
HexC53B5B046361715a3632
Octal30573133010666275326662
Binary1100010111101110110110100011011011010111101011010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53b5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53b5b; }

 p { color: rgb(197,59,91); }

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

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

 a { background-color: rgb(197,59,91); }

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

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

 span { border-color: rgb(197,59,91); }

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