#C25D62

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

Shades of Mandy #C25D62

Tints of Mandy #C25D62

Color information

#C25D62 (or 0xC25D62) is unknown color: approx Mandy. HEX triplet: C2, 5D and 62. RGB value is (194,93,98). Sum of RGB (Red+Green+Blue) = 194+93+98=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D62 is #3DA29D. Grayscale: #7B7B7B. Windows color (decimal): -4039326 or 6446530. OLE color: 6446530.

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

Color convert

RGB1949398-
CMYK00.520.490.24
HSL357.03º45.29%56.27%-
HSV(B)357.03º52.06%76.08%-
XYZ28.3720.1813.96-
YUV123.77113.46178.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.39%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=50.39%
G=24.16%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194939800.520.490.24357.0345.2956.27
HexC25D6203431181652d38
Octal30213514206461305455570
Binary1100001010111011100010011010011000111000101100101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25D62; }

 p { color: rgb(194,93,98); }

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

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

 a { background-color: rgb(194,93,98); }

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

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

 span { border-color: rgb(194,93,98); }

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