#C5404D

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

Shades of Old Rose #C5404D

Tints of Old Rose #C5404D

Color information

#C5404D (or 0xC5404D) is unknown color: approx Old Rose. HEX triplet: C5, 40 and 4D. RGB value is (197,64,77). Sum of RGB (Red+Green+Blue) = 197+64+77=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5404D is #3ABFB2. Grayscale: #696969. Windows color (decimal): -3850163 or 5062853. OLE color: 5062853.

HSL color Cylindrical-coordinate representation of color #C5404D: hue angle of 354.14º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5404D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB1976477-
CMYK00.680.610.23
HSL354.14º53.41%51.18%-
HSV(B)354.14º67.51%77.25%-
XYZ26.216.078.74-
YUV105.25112.06193.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.28%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 77 (30.47% from 255) = 22.78%
R=58.28%
G=18.93%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197647700.680.610.23354.1453.4151.18
HexC5404D0443D171623533
Octal305100115010475275426563
Binary11000101100000010011010100010011110110111101100010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5404D; }

 p { color: rgb(197,64,77); }

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

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

 a { background-color: rgb(197,64,77); }

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

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

 span { border-color: rgb(197,64,77); }

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