#C95354

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

Shades of Mandy #C95354

Tints of Mandy #C95354

Color information

#C95354 (or 0xC95354) is unknown color: approx Mandy. HEX triplet: C9, 53 and 54. RGB value is (201,83,84). Sum of RGB (Red+Green+Blue) = 201+83+84=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C95354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95354 is #36ACAB. Grayscale: #767676. Windows color (decimal): -3583148 or 5526473. OLE color: 5526473.

HSL color Cylindrical-coordinate representation of color #C95354: hue angle of 359.49º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95354 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2018384-
CMYK00.590.580.21
HSL359.49º52.21%55.69%-
HSV(B)359.49º58.71%78.82%-
XYZ28.7819.2410.59-
YUV118.4108.59186.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.62%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 84 (33.20% from 255) = 22.83%
R=54.62%
G=22.55%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201838400.590.580.21359.4952.2155.69
HexC9535403B3A151673438
Octal31112312407372255476470
Binary1100100110100111010100011101111101010101101100111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95354; }

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

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

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

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

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

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

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

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