#C95355

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

Shades of Mandy #C95355

Tints of Mandy #C95355

Color information

#C95355 (or 0xC95355) is unknown color: approx Mandy. HEX triplet: C9, 53 and 55. RGB value is (201,83,85). Sum of RGB (Red+Green+Blue) = 201+83+85=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C95355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95355 is #36ACAA. Grayscale: #767676. Windows color (decimal): -3583147 or 5592009. OLE color: 5592009.

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

Color convert

RGB2018385-
CMYK00.590.580.21
HSL358.98º52.21%55.69%-
HSV(B)358.98º58.71%78.82%-
XYZ28.8219.2610.79-
YUV118.51109.09186.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.47%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=54.47%
G=22.49%
B=23.04%

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
Decimal201838500.590.580.21358.9852.2155.69
HexC9535503B3A151673438
Octal31112312507372255476470
Binary1100100110100111010101011101111101010101101100111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95355; }

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

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

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

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

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

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

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

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