#C25F60

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

Shades of Mandy #C25F60

Tints of Mandy #C25F60

Color information

#C25F60 (or 0xC25F60) is unknown color: approx Mandy. HEX triplet: C2, 5F and 60. RGB value is (194,95,96). Sum of RGB (Red+Green+Blue) = 194+95+96=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F60 is #3DA09F. Grayscale: #7C7C7C. Windows color (decimal): -4038816 or 6315970. OLE color: 6315970.

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

Color convert

RGB1949596-
CMYK00.510.510.24
HSL359.39º44.8%56.67%-
HSV(B)359.39º51.03%76.08%-
XYZ28.4520.513.52-
YUV124.71111.8177.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.39%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=50.39%
G=24.68%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194959600.510.510.24359.3944.856.67
HexC25F6003333181672d39
Octal30213714006363305475571
Binary1100001010111111100000011001111001111000101100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F60; }

 p { color: rgb(194,95,96); }

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

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

 a { background-color: rgb(194,95,96); }

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

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

 span { border-color: rgb(194,95,96); }

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