#c53962

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

Shades of Old Rose #C53962

Tints of Old Rose #C53962

Color information

#C53962 (or 0xC53962) is unknown color: approx Old Rose. HEX triplet: C5, 39 and 62. RGB value is (197,57,98). Sum of RGB (Red+Green+Blue) = 197+57+98=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C53962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53962 is #3AC69D. Grayscale: #676767. Windows color (decimal): -3851934 or 6437317. OLE color: 6437317.

HSL color Cylindrical-coordinate representation of color #C53962: hue angle of 342.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53962 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB1975798-
CMYK00.710.500.23
HSL342.43º55.12%49.8%-
HSV(B)342.43º71.07%77.25%-
XYZ26.6915.6813.17-
YUV103.53124.88194.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.97%
GREEN value IS 57 (22.66% from 255) = 16.19%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=55.97%
G=16.19%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197579800.710.500.23342.4355.1249.8
HexC5396204732171563732
Octal30571142010762275266762
Binary1100010111100111000100100011111001010111101010110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53962; }

 p { color: rgb(197,57,98); }

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

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

 a { background-color: rgb(197,57,98); }

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

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

 span { border-color: rgb(197,57,98); }

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