#c95357

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

Shades of Mandy #C95357

Tints of Mandy #C95357

Color information

#C95357 (or 0xC95357) is unknown color: approx Mandy. HEX triplet: C9, 53 and 57. RGB value is (201,83,87). Sum of RGB (Red+Green+Blue) = 201+83+87=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C95357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95357 is #36ACA8. Grayscale: #767676. Windows color (decimal): -3583145 or 5723081. OLE color: 5723081.

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

Color convert

RGB2018387-
CMYK00.590.570.21
HSL357.97º52.21%55.69%-
HSV(B)357.97º58.71%78.82%-
XYZ28.919.2911.22-
YUV118.74110.09186.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.18%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=54.18%
G=22.37%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201838700.590.570.21357.9752.2155.69
HexC9535703B39151663438
Octal31112312707371255466470
Binary1100100110100111010111011101111100110101101100110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c95357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c95357; }

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

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

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

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

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

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

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

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