#C25664

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

Shades of Mandy #C25664

Tints of Mandy #C25664

Color information

#C25664 (or 0xC25664) is unknown color: approx Mandy. HEX triplet: C2, 56 and 64. RGB value is (194,86,100). Sum of RGB (Red+Green+Blue) = 194+86+100=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C25664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25664 is #3DA99B. Grayscale: #777777. Windows color (decimal): -4041116 or 6575810. OLE color: 6575810.

HSL color Cylindrical-coordinate representation of color #C25664: hue angle of 352.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25664 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB19486100-
CMYK00.560.480.24
HSL352.22º46.96%54.9%-
HSV(B)352.22º55.67%76.08%-
XYZ27.8819.0514.26-
YUV119.89116.78180.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 100 (39.45% from 255) = 26.32%
R=51.05%
G=22.63%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948610000.560.480.24352.2246.9654.9
HexC2566403830181602f37
Octal30212614407060305405767
Binary1100001010101101100100011100011000011000101100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25664; }

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

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

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

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

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

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

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

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