#C54055

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

Shades of Old Rose #C54055

Tints of Old Rose #C54055

Color information

#C54055 (or 0xC54055) is unknown color: approx Old Rose. HEX triplet: C5, 40 and 55. RGB value is (197,64,85). Sum of RGB (Red+Green+Blue) = 197+64+85=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C54055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54055 is #3ABFAA. Grayscale: #6A6A6A. Windows color (decimal): -3850155 or 5587141. OLE color: 5587141.

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

Color convert

RGB1976485-
CMYK00.680.570.23
HSL350.53º53.41%51.18%-
HSV(B)350.53º67.51%77.25%-
XYZ26.516.1910.32-
YUV106.16116.06192.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.94%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=56.94%
G=18.50%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197648500.680.570.23350.5353.4151.18
HexC54055044391715f3533
Octal305100125010471275376563
Binary11000101100000010101010100010011100110111101011111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54055; }

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

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

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

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

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

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

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

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