#C32E5C

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

Shades of Old Rose #C32E5C

Tints of Old Rose #C32E5C

Color information

#C32E5C (or 0xC32E5C) is unknown color: approx Old Rose. HEX triplet: C3, 2E and 5C. RGB value is (195,46,92). Sum of RGB (Red+Green+Blue) = 195+46+92=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E5C is #3CD1A3. Grayscale: #5F5F5F. Windows color (decimal): -3985828 or 6041283. OLE color: 6041283.

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

Color convert

RGB1954692-
CMYK00.760.530.24
HSL341.48º61.83%47.25%-
HSV(B)341.48º76.41%76.47%-
XYZ25.4114.3311.55-
YUV95.8125.86198.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.56%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=58.56%
G=13.81%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195469200.760.530.24341.4861.8347.25
HexC32E5C04C35181553e2f
Octal30356134011465305257657
Binary1100001110111010111000100110011010111000101010101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32E5C; }

 p { color: rgb(195,46,92); }

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

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

 a { background-color: rgb(195,46,92); }

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

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

 span { border-color: rgb(195,46,92); }

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