#C95B64

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

Shades of Mandy #C95B64

Tints of Mandy #C95B64

Color information

#C95B64 (or 0xC95B64) is unknown color: approx Mandy. HEX triplet: C9, 5B and 64. RGB value is (201,91,100). Sum of RGB (Red+Green+Blue) = 201+91+100=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B64 is #36A49B. Grayscale: #7C7C7C. Windows color (decimal): -3581084 or 6577097. OLE color: 6577097.

HSL color Cylindrical-coordinate representation of color #C95B64: hue angle of 355.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95B64 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB20191100-
CMYK00.550.500.21
HSL355.09º50.46%57.25%-
HSV(B)355.09º54.73%78.82%-
XYZ30.1320.8214.49-
YUV124.92113.94182.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.28%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 100 (39.45% from 255) = 25.51%
R=51.28%
G=23.21%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019110000.550.500.21355.0950.4657.25
HexC95B6403732151633239
Octal31113314406762255436271
Binary1100100110110111100100011011111001010101101100011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95B64; }

 p { color: rgb(201,91,100); }

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

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

 a { background-color: rgb(201,91,100); }

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

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

 span { border-color: rgb(201,91,100); }

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