#C5414D

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

Shades of Old Rose #C5414D

Tints of Old Rose #C5414D

Color information

#C5414D (or 0xC5414D) is unknown color: approx Old Rose. HEX triplet: C5, 41 and 4D. RGB value is (197,65,77). Sum of RGB (Red+Green+Blue) = 197+65+77=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5414D is #3ABEB2. Grayscale: #696969. Windows color (decimal): -3849907 or 5063109. OLE color: 5063109.

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

Color convert

RGB1976577-
CMYK00.670.610.23
HSL354.55º53.23%51.37%-
HSV(B)354.55º67.01%77.25%-
XYZ26.2616.198.76-
YUV105.84111.73193.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.11%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=58.11%
G=19.17%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197657700.670.610.23354.5553.2351.37
HexC5414D0433D171633533
Octal305101115010375275436563
Binary11000101100000110011010100001111110110111101100011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5414D; }

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

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

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

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

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

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

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

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