#C54056

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

Shades of Old Rose #C54056

Tints of Old Rose #C54056

Color information

#C54056 (or 0xC54056) is unknown color: approx Old Rose. HEX triplet: C5, 40 and 56. RGB value is (197,64,86). Sum of RGB (Red+Green+Blue) = 197+64+86=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C54056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54056 is #3ABFA9. Grayscale: #6A6A6A. Windows color (decimal): -3850154 or 5652677. OLE color: 5652677.

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

Color convert

RGB1976486-
CMYK00.680.560.23
HSL350.08º53.41%51.18%-
HSV(B)350.08º67.51%77.25%-
XYZ26.5416.2110.53-
YUV106.28116.56192.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=56.77%
G=18.44%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197648600.680.560.23350.0853.4151.18
HexC54056044381715e3533
Octal305100126010470275366563
Binary11000101100000010101100100010011100010111101011110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54056; }

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

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

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

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

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

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

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

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