#c53752

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

Shades of Old Rose #C53752

Tints of Old Rose #C53752

Color information

#C53752 (or 0xC53752) is unknown color: approx Old Rose. HEX triplet: C5, 37 and 52. RGB value is (197,55,82). Sum of RGB (Red+Green+Blue) = 197+55+82=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C53752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53752 is #3AC8AD. Grayscale: #646464. Windows color (decimal): -3852462 or 5388229. OLE color: 5388229.

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

Color convert

RGB1975582-
CMYK00.720.580.23
HSL348.59º56.35%49.41%-
HSV(B)348.59º72.08%77.25%-
XYZ25.9215.219.55-
YUV100.54117.54196.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.98%
GREEN value IS 55 (21.88% from 255) = 16.47%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=58.98%
G=16.47%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197558200.720.580.23348.5956.3549.41
HexC537520483A1715d3831
Octal30567122011072275357061
Binary1100010111011110100100100100011101010111101011101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53752; }

 p { color: rgb(197,55,82); }

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

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

 a { background-color: rgb(197,55,82); }

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

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

 span { border-color: rgb(197,55,82); }

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