#C5394F

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

Shades of Old Rose #C5394F

Tints of Old Rose #C5394F

Color information

#C5394F (or 0xC5394F) is unknown color: approx Old Rose. HEX triplet: C5, 39 and 4F. RGB value is (197,57,79). Sum of RGB (Red+Green+Blue) = 197+57+79=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C5394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5394F is #3AC6B0. Grayscale: #656565. Windows color (decimal): -3851953 or 5192133. OLE color: 5192133.

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

Color convert

RGB1975779-
CMYK00.710.600.23
HSL350.57º55.12%49.8%-
HSV(B)350.57º71.07%77.25%-
XYZ25.915.369-
YUV101.37115.38196.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.16%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=59.16%
G=17.12%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197577900.710.600.23350.5755.1249.8
HexC5394F0473C1715f3732
Octal30571117010774275376762
Binary1100010111100110011110100011111110010111101011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5394F; }

 p { color: rgb(197,57,79); }

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

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

 a { background-color: rgb(197,57,79); }

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

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

 span { border-color: rgb(197,57,79); }

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