#C25155

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

Shades of Mandy #C25155

Tints of Mandy #C25155

Color information

#C25155 (or 0xC25155) is unknown color: approx Mandy. HEX triplet: C2, 51 and 55. RGB value is (194,81,85). Sum of RGB (Red+Green+Blue) = 194+81+85=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C25155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25155 is #3DAEAA. Grayscale: #737373. Windows color (decimal): -4042411 or 5591490. OLE color: 5591490.

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

Color convert

RGB1948185-
CMYK00.580.560.24
HSL357.88º48.09%53.92%-
HSV(B)357.88º58.25%76.08%-
XYZ26.8318.0110.66-
YUV115.24110.94184.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.89%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=53.89%
G=22.5%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194818500.580.560.24357.8848.0953.92
HexC2515503A38181663036
Octal30212112507270305466066
Binary1100001010100011010101011101011100011000101100110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25155; }

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

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

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

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

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

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

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

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