#C95361

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

Shades of Mandy #C95361

Tints of Mandy #C95361

Color information

#C95361 (or 0xC95361) is unknown color: approx Mandy. HEX triplet: C9, 53 and 61. RGB value is (201,83,97). Sum of RGB (Red+Green+Blue) = 201+83+97=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C95361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95361 is #36AC9E. Grayscale: #777777. Windows color (decimal): -3583135 or 6378441. OLE color: 6378441.

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

Color convert

RGB2018397-
CMYK00.590.520.21
HSL352.88º52.21%55.69%-
HSV(B)352.88º58.71%78.82%-
XYZ29.3419.4713.52-
YUV119.88115.09185.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=52.76%
G=21.78%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201839700.590.520.21352.8852.2155.69
HexC9536103B34151613438
Octal31112314107364255416470
Binary1100100110100111100001011101111010010101101100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95361; }

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

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

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

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

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

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

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

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