#C32D56

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

Shades of Old Rose #C32D56

Tints of Old Rose #C32D56

Color information

#C32D56 (or 0xC32D56) is unknown color: approx Old Rose. HEX triplet: C3, 2D and 56. RGB value is (195,45,86). Sum of RGB (Red+Green+Blue) = 195+45+86=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32D56 is #3CD2A9. Grayscale: #5E5E5E. Windows color (decimal): -3986090 or 5647811. OLE color: 5647811.

HSL color Cylindrical-coordinate representation of color #C32D56: hue angle of 343.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32D56 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1954586-
CMYK00.770.560.24
HSL343.6º62.5%47.06%-
HSV(B)343.6º76.92%76.47%-
XYZ25.1214.1510.21-
YUV94.52123.2199.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.82%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=59.82%
G=13.80%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195458600.770.560.24343.662.547.06
HexC32D5604D38181583e2f
Octal30355126011570305307657
Binary1100001110110110101100100110111100011000101011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32D56; }

 p { color: rgb(195,45,86); }

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

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

 a { background-color: rgb(195,45,86); }

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

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

 span { border-color: rgb(195,45,86); }

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