#C25A5E

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

Shades of Mandy #C25A5E

Tints of Mandy #C25A5E

Color information

#C25A5E (or 0xC25A5E) is unknown color: approx Mandy. HEX triplet: C2, 5A and 5E. RGB value is (194,90,94). Sum of RGB (Red+Green+Blue) = 194+90+94=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A5E is #3DA5A1. Grayscale: #797979. Windows color (decimal): -4040098 or 6183618. OLE color: 6183618.

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

Color convert

RGB1949094-
CMYK00.540.520.24
HSL357.69º46.02%55.69%-
HSV(B)357.69º53.61%76.08%-
XYZ27.9219.5912.9-
YUV121.55112.46179.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=51.32%
G=23.81%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194909400.540.520.24357.6946.0255.69
HexC25A5E03634181662e38
Octal30213213606664305465670
Binary1100001010110101011110011011011010011000101100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A5E; }

 p { color: rgb(194,90,94); }

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

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

 a { background-color: rgb(194,90,94); }

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

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

 span { border-color: rgb(194,90,94); }

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