#C75B64

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

Shades of Mandy #C75B64

Tints of Mandy #C75B64

Color information

#C75B64 (or 0xC75B64) is unknown color: approx Mandy. HEX triplet: C7, 5B and 64. RGB value is (199,91,100). Sum of RGB (Red+Green+Blue) = 199+91+100=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75B64 is #38A49B. Grayscale: #7C7C7C. Windows color (decimal): -3712156 or 6577095. OLE color: 6577095.

HSL color Cylindrical-coordinate representation of color #C75B64: hue angle of 355º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75B64 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB19991100-
CMYK00.540.500.22
HSL355º49.09%56.86%-
HSV(B)355º54.27%78.04%-
XYZ29.5920.5414.46-
YUV124.32114.28181.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 91 (35.94% from 255) = 23.33%
BLUE value IS 100 (39.45% from 255) = 25.64%
R=51.03%
G=23.33%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999110000.540.500.2235549.0956.86
HexC75B6403632161633139
Octal30713314406662265436171
Binary1100011110110111100100011011011001010110101100011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75B64; }

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

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

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

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

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

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

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

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