#C5354E

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

Shades of Old Rose #C5354E

Tints of Old Rose #C5354E

Color information

#C5354E (or 0xC5354E) is unknown color: approx Old Rose. HEX triplet: C5, 35 and 4E. RGB value is (197,53,78). Sum of RGB (Red+Green+Blue) = 197+53+78=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5354E is #3ACAB1. Grayscale: #626262. Windows color (decimal): -3852978 or 5125573. OLE color: 5125573.

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

Color convert

RGB1975378-
CMYK00.730.600.23
HSL349.58º57.6%49.02%-
HSV(B)349.58º73.1%77.25%-
XYZ25.6714.978.74-
YUV98.91116.21197.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.06%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=60.06%
G=16.16%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197537800.730.600.23349.5857.649.02
HexC5354E0493C1715e3a31
Octal30565116011174275367261
Binary1100010111010110011100100100111110010111101011110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5354E; }

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

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

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

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

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

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

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

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