#C25356

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

Shades of Mandy #C25356

Tints of Mandy #C25356

Color information

#C25356 (or 0xC25356) is unknown color: approx Mandy. HEX triplet: C2, 53 and 56. RGB value is (194,83,86). Sum of RGB (Red+Green+Blue) = 194+83+86=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C25356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25356 is #3DACA9. Grayscale: #747474. Windows color (decimal): -4041898 or 5657538. OLE color: 5657538.

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

Color convert

RGB1948386-
CMYK00.570.560.24
HSL358.38º47.64%54.31%-
HSV(B)358.38º57.22%76.08%-
XYZ27.0218.3310.92-
YUV116.53110.77183.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=53.44%
G=22.87%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194838600.570.560.24358.3847.6454.31
HexC2535603938181663036
Octal30212312607170305466066
Binary1100001010100111010110011100111100011000101100110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25356; }

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

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

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

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

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

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

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

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