#C32553

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

Shades of Old Rose #C32553

Tints of Old Rose #C32553

Color information

#C32553 (or 0xC32553) is unknown color: approx Old Rose. HEX triplet: C3, 25 and 53. RGB value is (195,37,83). Sum of RGB (Red+Green+Blue) = 195+37+83=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C32553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32553 is #3CDAAC. Grayscale: #595959. Windows color (decimal): -3988141 or 5449155. OLE color: 5449155.

HSL color Cylindrical-coordinate representation of color #C32553: hue angle of 342.53º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32553 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB1953783-
CMYK00.810.570.24
HSL342.53º68.1%45.49%-
HSV(B)342.53º81.03%76.47%-
XYZ24.7313.559.5-
YUV89.49124.35203.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.90%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=61.90%
G=11.75%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195378300.810.570.24342.5368.145.49
HexC325530513918157442d
Octal303451230121713052710455
Binary11000011100101101001101010001111001110001010101111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32553; }

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

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

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

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

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

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

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

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