#C32D4A

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

Shades of Old Rose #C32D4A

Tints of Old Rose #C32D4A

Color information

#C32D4A (or 0xC32D4A) is unknown color: approx Old Rose. HEX triplet: C3, 2D and 4A. RGB value is (195,45,74). Sum of RGB (Red+Green+Blue) = 195+45+74=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D4A is #3CD2B5. Grayscale: #5D5D5D. Windows color (decimal): -3986102 or 4861379. OLE color: 4861379.

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

Color convert

RGB1954574-
CMYK00.770.620.24
HSL348.4º62.5%47.06%-
HSV(B)348.4º76.92%76.47%-
XYZ24.6813.977.87-
YUV93.16117.2200.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.10%
GREEN value IS 45 (17.97% from 255) = 14.33%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=62.10%
G=14.33%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195457400.770.620.24348.462.547.06
HexC32D4A04D3E1815c3e2f
Octal30355112011576305347657
Binary1100001110110110010100100110111111011000101011100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32D4A; }

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

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

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

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

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

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

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

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