#C53362

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

Shades of Old Rose #C53362

Tints of Old Rose #C53362

Color information

#C53362 (or 0xC53362) is unknown color: approx Old Rose. HEX triplet: C5, 33 and 62. RGB value is (197,51,98). Sum of RGB (Red+Green+Blue) = 197+51+98=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C53362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53362 is #3ACC9D. Grayscale: #636363. Windows color (decimal): -3853470 or 6435781. OLE color: 6435781.

HSL color Cylindrical-coordinate representation of color #C53362: hue angle of 340.68º 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 #C53362 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB1975198-
CMYK00.740.500.23
HSL340.68º58.87%48.63%-
HSV(B)340.68º74.11%77.25%-
XYZ26.4115.1213.08-
YUV100.01126.87197.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.94%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=56.94%
G=14.74%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197519800.740.500.23340.6858.8748.63
HexC5336204A32171553b31
Octal30563142011262275257361
Binary1100010111001111000100100101011001010111101010101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53362; }

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

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

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

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

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

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

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

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