#C53B4E

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

Shades of Old Rose #C53B4E

Tints of Old Rose #C53B4E

Color information

#C53B4E (or 0xC53B4E) is unknown color: approx Old Rose. HEX triplet: C5, 3B and 4E. RGB value is (197,59,78). Sum of RGB (Red+Green+Blue) = 197+59+78=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B4E is #3AC4B1. Grayscale: #666666. Windows color (decimal): -3851442 or 5127109. OLE color: 5127109.

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

Color convert

RGB1975978-
CMYK00.700.600.23
HSL351.74º54.33%50.2%-
HSV(B)351.74º70.05%77.25%-
XYZ25.9715.558.84-
YUV102.43114.22195.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.98%
GREEN value IS 59 (23.44% from 255) = 17.66%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=58.98%
G=17.66%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197597800.700.600.23351.7454.3350.2
HexC53B4E0463C171603632
Octal30573116010674275406662
Binary1100010111101110011100100011011110010111101100000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53B4E; }

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

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

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

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

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

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

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

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