#C25261

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

Shades of Mandy #C25261

Tints of Mandy #C25261

Color information

#C25261 (or 0xC25261) is unknown color: approx Mandy. HEX triplet: C2, 52 and 61. RGB value is (194,82,97). Sum of RGB (Red+Green+Blue) = 194+82+97=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C25261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25261 is #3DAD9E. Grayscale: #757575. Windows color (decimal): -4042143 or 6378178. OLE color: 6378178.

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

Color convert

RGB1948297-
CMYK00.580.500.24
HSL351.96º47.86%54.12%-
HSV(B)351.96º57.73%76.08%-
XYZ27.4218.3713.41-
YUV117.2116.61182.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 97 (38.28% from 255) = 26.01%
R=52.01%
G=21.98%
B=26.01%

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
Decimal194829700.580.500.24351.9647.8654.12
HexC2526103A32181603036
Octal30212214107262305406066
Binary1100001010100101100001011101011001011000101100000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25261; }

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

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

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

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

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

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

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

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