#C25C61

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

Shades of Mandy #C25C61

Tints of Mandy #C25C61

Color information

#C25C61 (or 0xC25C61) is unknown color: approx Mandy. HEX triplet: C2, 5C and 61. RGB value is (194,92,97). Sum of RGB (Red+Green+Blue) = 194+92+97=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C61 is #3DA39E. Grayscale: #7B7B7B. Windows color (decimal): -4039583 or 6380738. OLE color: 6380738.

HSL color Cylindrical-coordinate representation of color #C25C61: hue angle of 357.06º 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 #C25C61 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1949297-
CMYK00.530.500.24
HSL357.06º45.54%56.08%-
HSV(B)357.06º52.58%76.08%-
XYZ28.2319.9913.68-
YUV123.07113.29178.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.65%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=50.65%
G=24.02%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194929700.530.500.24357.0645.5456.08
HexC25C6103532181652e38
Octal30213414106562305455670
Binary1100001010111001100001011010111001011000101100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25C61; }

 p { color: rgb(194,92,97); }

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

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

 a { background-color: rgb(194,92,97); }

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

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

 span { border-color: rgb(194,92,97); }

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