#C25F63

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

Shades of Mandy #C25F63

Tints of Mandy #C25F63

Color information

#C25F63 (or 0xC25F63) is unknown color: approx Mandy. HEX triplet: C2, 5F and 63. RGB value is (194,95,99). Sum of RGB (Red+Green+Blue) = 194+95+99=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F63 is #3DA09C. Grayscale: #7D7D7D. Windows color (decimal): -4038813 or 6512578. OLE color: 6512578.

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

Color convert

RGB1949599-
CMYK00.510.490.24
HSL357.58º44.8%56.67%-
HSV(B)357.58º51.03%76.08%-
XYZ28.5920.5514.26-
YUV125.06113.3177.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 24.48%
BLUE value IS 99 (39.06% from 255) = 25.52%
R=50%
G=24.48%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194959900.510.490.24357.5844.856.67
HexC25F6303331181662d39
Octal30213714306361305465571
Binary1100001010111111100011011001111000111000101100110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F63; }

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

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

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

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

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

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

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

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