#c52761

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

Shades of Old Rose #C52761

Tints of Old Rose #C52761

Color information

#C52761 (or 0xC52761) is unknown color: approx Old Rose. HEX triplet: C5, 27 and 61. RGB value is (197,39,97). Sum of RGB (Red+Green+Blue) = 197+39+97=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C52761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52761 is #3AD89E. Grayscale: #5C5C5C. Windows color (decimal): -3856543 or 6367173. OLE color: 6367173.

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

Color convert

RGB1973997-
CMYK00.800.510.23
HSL337.97º66.95%46.27%-
HSV(B)337.97º80.2%77.25%-
XYZ25.9114.1812.68-
YUV92.85130.35202.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.16%
GREEN value IS 39 (15.62% from 255) = 11.71%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=59.16%
G=11.71%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197399700.800.510.23337.9766.9546.27
HexC527610503317152432e
Octal305471410120632752210356
Binary11000101100111110000101010000110011101111010100101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c52761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c52761; }

 p { color: rgb(197,39,97); }

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

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

 a { background-color: rgb(197,39,97); }

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

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

 span { border-color: rgb(197,39,97); }

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