#c5324e

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

Shades of Old Rose #C5324E

Tints of Old Rose #C5324E

Color information

#C5324E (or 0xC5324E) is unknown color: approx Old Rose. HEX triplet: C5, 32 and 4E. RGB value is (197,50,78). Sum of RGB (Red+Green+Blue) = 197+50+78=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5324E is #3ACDB1. Grayscale: #616161. Windows color (decimal): -3853746 or 5124805. OLE color: 5124805.

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

Color convert

RGB1975078-
CMYK00.750.600.23
HSL348.57º59.51%48.43%-
HSV(B)348.57º74.62%77.25%-
XYZ25.5414.78.7-
YUV97.14117.2199.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.62%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 78 (30.86% from 255) = 24%
R=60.62%
G=15.38%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197507800.750.600.23348.5759.5148.43
HexC5324E04B3C1715d3c30
Octal30562116011374275357460
Binary1100010111001010011100100101111110010111101011101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5324e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5324e; }

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

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

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

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

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

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

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

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