#C25F64

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

Shades of Mandy #C25F64

Tints of Mandy #C25F64

Color information

#C25F64 (or 0xC25F64) is unknown color: approx Mandy. HEX triplet: C2, 5F and 64. RGB value is (194,95,100). Sum of RGB (Red+Green+Blue) = 194+95+100=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F64 is #3DA09B. Grayscale: #7D7D7D. Windows color (decimal): -4038812 or 6578114. OLE color: 6578114.

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

Color convert

RGB19495100-
CMYK00.510.480.24
HSL356.97º44.8%56.67%-
HSV(B)356.97º51.03%76.08%-
XYZ28.6420.5714.52-
YUV125.17113.8177.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=49.87%
G=24.42%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949510000.510.480.24356.9744.856.67
HexC25F6403330181652d39
Octal30213714406360305455571
Binary1100001010111111100100011001111000011000101100101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F64; }

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

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

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

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

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

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

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

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