#C5394E

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

Shades of Old Rose #C5394E

Tints of Old Rose #C5394E

Color information

#C5394E (or 0xC5394E) is unknown color: approx Old Rose. HEX triplet: C5, 39 and 4E. RGB value is (197,57,78). Sum of RGB (Red+Green+Blue) = 197+57+78=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C5394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5394E is #3AC6B1. Grayscale: #656565. Windows color (decimal): -3851954 or 5126597. OLE color: 5126597.

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

Color convert

RGB1975778-
CMYK00.710.600.23
HSL351º55.12%49.8%-
HSV(B)351º71.07%77.25%-
XYZ25.8615.358.81-
YUV101.25114.88196.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.34%
GREEN value IS 57 (22.66% from 255) = 17.17%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=59.34%
G=17.17%
B=23.49%

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
Decimal197577800.710.600.2335155.1249.8
HexC5394E0473C1715f3732
Octal30571116010774275376762
Binary1100010111100110011100100011111110010111101011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5394E; }

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

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

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

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

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

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

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

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