#C25161

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

Shades of Mandy #C25161

Tints of Mandy #C25161

Color information

#C25161 (or 0xC25161) is unknown color: approx Mandy. HEX triplet: C2, 51 and 61. RGB value is (194,81,97). Sum of RGB (Red+Green+Blue) = 194+81+97=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C25161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25161 is #3DAE9E. Grayscale: #747474. Windows color (decimal): -4042399 or 6377922. OLE color: 6377922.

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

Color convert

RGB1948197-
CMYK00.580.500.24
HSL351.5º48.09%53.92%-
HSV(B)351.5º58.25%76.08%-
XYZ27.3518.2213.38-
YUV116.61116.94183.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 81 (32.03% from 255) = 21.77%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=52.15%
G=21.77%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194819700.580.500.24351.548.0953.92
HexC2516103A32181603036
Octal30212114107262305406066
Binary1100001010100011100001011101011001011000101100000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25161; }

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

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

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

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

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

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

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

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