#C32D4E

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

Shades of Old Rose #C32D4E

Tints of Old Rose #C32D4E

Color information

#C32D4E (or 0xC32D4E) is unknown color: approx Old Rose. HEX triplet: C3, 2D and 4E. RGB value is (195,45,78). Sum of RGB (Red+Green+Blue) = 195+45+78=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32D4E is #3CD2B1. Grayscale: #5D5D5D. Windows color (decimal): -3986098 or 5123523. OLE color: 5123523.

HSL color Cylindrical-coordinate representation of color #C32D4E: hue angle of 346.8º 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 #C32D4E is Cyan = 0, Magento = 0.77, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB1954578-
CMYK00.770.60.24
HSL346.8º62.5%47.06%-
HSV(B)346.8º76.92%76.47%-
XYZ24.8214.038.61-
YUV93.61119.2200.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.32%
GREEN value IS 45 (17.97% from 255) = 14.15%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=61.32%
G=14.15%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195457800.770.60.24346.862.547.06
HexC32D4E04D3C1815b3e2f
Octal30355116011574305337657
Binary1100001110110110011100100110111110011000101011011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32D4E; }

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

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

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

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

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

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

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

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