#c52654

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

Shades of Old Rose #C52654

Tints of Old Rose #C52654

Color information

#C52654 (or 0xC52654) is unknown color: approx Old Rose. HEX triplet: C5, 26 and 54. RGB value is (197,38,84). Sum of RGB (Red+Green+Blue) = 197+38+84=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C52654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52654 is #3AD9AB. Grayscale: #5A5A5A. Windows color (decimal): -3856812 or 5514949. OLE color: 5514949.

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

Color convert

RGB1973884-
CMYK00.810.570.23
HSL342.64º67.66%46.08%-
HSV(B)342.64º80.71%77.25%-
XYZ25.3213.99.74-
YUV90.78124.18203.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.76%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=61.76%
G=11.91%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197388400.810.570.23342.6467.6646.08
HexC526540513917157442e
Octal305461240121712752710456
Binary11000101100110101010001010001111001101111010101111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c52654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c52654; }

 p { color: rgb(197,38,84); }

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

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

 a { background-color: rgb(197,38,84); }

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

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

 span { border-color: rgb(197,38,84); }

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