#C25963

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

Shades of Mandy #C25963

Tints of Mandy #C25963

Color information

#C25963 (or 0xC25963) is unknown color: approx Mandy. HEX triplet: C2, 59 and 63. RGB value is (194,89,99). Sum of RGB (Red+Green+Blue) = 194+89+99=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C25963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25963 is #3DA69C. Grayscale: #797979. Windows color (decimal): -4040349 or 6511042. OLE color: 6511042.

HSL color Cylindrical-coordinate representation of color #C25963: hue angle of 354.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25963 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB1948999-
CMYK00.540.490.24
HSL354.29º46.26%55.49%-
HSV(B)354.29º54.12%76.08%-
XYZ28.0719.5114.09-
YUV121.54115.29179.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.79%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 99 (39.06% from 255) = 25.92%
R=50.79%
G=23.30%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194899900.540.490.24354.2946.2655.49
HexC2596303631181622e37
Octal30213114306661305425667
Binary1100001010110011100011011011011000111000101100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25963; }

 p { color: rgb(194,89,99); }

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

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

 a { background-color: rgb(194,89,99); }

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

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

 span { border-color: rgb(194,89,99); }

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