#c32753

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

Shades of Old Rose #C32753

Tints of Old Rose #C32753

Color information

#C32753 (or 0xC32753) is unknown color: approx Old Rose. HEX triplet: C3, 27 and 53. RGB value is (195,39,83). Sum of RGB (Red+Green+Blue) = 195+39+83=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C32753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32753 is #3CD8AC. Grayscale: #5A5A5A. Windows color (decimal): -3987629 or 5449667. OLE color: 5449667.

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

Color convert

RGB1953983-
CMYK00.800.570.24
HSL343.08º66.67%45.88%-
HSV(B)343.08º80%76.47%-
XYZ24.7913.689.52-
YUV90.66123.68202.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.51%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=61.51%
G=12.30%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195398300.800.570.24343.0866.6745.88
HexC327530503918157432e
Octal303471230120713052710356
Binary11000011100111101001101010000111001110001010101111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c32753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c32753; }

 p { color: rgb(195,39,83); }

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

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

 a { background-color: rgb(195,39,83); }

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

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

 span { border-color: rgb(195,39,83); }

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