#C25061

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

Shades of Mandy #C25061

Tints of Mandy #C25061

Color information

#C25061 (or 0xC25061) is unknown color: approx Mandy. HEX triplet: C2, 50 and 61. RGB value is (194,80,97). Sum of RGB (Red+Green+Blue) = 194+80+97=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C25061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25061 is #3DAF9E. Grayscale: #747474. Windows color (decimal): -4042655 or 6377666. OLE color: 6377666.

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

Color convert

RGB1948097-
CMYK00.590.500.24
HSL351.05º48.31%53.73%-
HSV(B)351.05º58.76%76.08%-
XYZ27.2718.0713.36-
YUV116.02117.27183.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=52.29%
G=21.56%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194809700.590.500.24351.0548.3153.73
HexC2506103B321815f3036
Octal30212014107362305376066
Binary1100001010100001100001011101111001011000101011111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25061; }

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

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

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

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

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

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

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

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