#c25354

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

Shades of Mandy #C25354

Tints of Mandy #C25354

Color information

#C25354 (or 0xC25354) is unknown color: approx Mandy. HEX triplet: C2, 53 and 54. RGB value is (194,83,84). Sum of RGB (Red+Green+Blue) = 194+83+84=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C25354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25354 is #3DACAB. Grayscale: #747474. Windows color (decimal): -4041900 or 5526466. OLE color: 5526466.

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

Color convert

RGB1948384-
CMYK00.570.570.24
HSL359.46º47.64%54.31%-
HSV(B)359.46º57.22%76.08%-
XYZ26.9418.310.5-
YUV116.3109.77183.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.74%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 84 (33.20% from 255) = 23.27%
R=53.74%
G=22.99%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194838400.570.570.24359.4647.6454.31
HexC2535403939181673036
Octal30212312407171305476066
Binary1100001010100111010100011100111100111000101100111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25354; }

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

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

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

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

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

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

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

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