#C53361

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

Shades of Old Rose #C53361

Tints of Old Rose #C53361

Color information

#C53361 (or 0xC53361) is unknown color: approx Old Rose. HEX triplet: C5, 33 and 61. RGB value is (197,51,97). Sum of RGB (Red+Green+Blue) = 197+51+97=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C53361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53361 is #3ACC9E. Grayscale: #636363. Windows color (decimal): -3853471 or 6370245. OLE color: 6370245.

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

Color convert

RGB1975197-
CMYK00.740.510.23
HSL341.1º58.87%48.63%-
HSV(B)341.1º74.11%77.25%-
XYZ26.3715.112.83-
YUV99.9126.37197.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.10%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=57.10%
G=14.78%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197519700.740.510.23341.158.8748.63
HexC5336104A33171553b31
Octal30563141011263275257361
Binary1100010111001111000010100101011001110111101010101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53361; }

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

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

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

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

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

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

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

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