#c25b5e

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

Shades of Mandy #C25B5E

Tints of Mandy #C25B5E

Color information

#C25B5E (or 0xC25B5E) is unknown color: approx Mandy. HEX triplet: C2, 5B and 5E. RGB value is (194,91,94). Sum of RGB (Red+Green+Blue) = 194+91+94=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B5E is #3DA4A1. Grayscale: #7A7A7A. Windows color (decimal): -4039842 or 6183874. OLE color: 6183874.

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

Color convert

RGB1949194-
CMYK00.530.520.24
HSL358.25º45.78%55.88%-
HSV(B)358.25º53.09%76.08%-
XYZ28.0119.7612.93-
YUV122.14112.12179.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=51.19%
G=24.01%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194919400.530.520.24358.2545.7855.88
HexC25B5E03534181662e38
Octal30213313606564305465670
Binary1100001010110111011110011010111010011000101100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25b5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25b5e; }

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

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

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

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

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

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

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

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