#C75C5E

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

Shades of Mandy #C75C5E

Tints of Mandy #C75C5E

Color information

#C75C5E (or 0xC75C5E) is unknown color: approx Mandy. HEX triplet: C7, 5C and 5E. RGB value is (199,92,94). Sum of RGB (Red+Green+Blue) = 199+92+94=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C5E is #38A3A1. Grayscale: #7C7C7C. Windows color (decimal): -3711906 or 6184135. OLE color: 6184135.

HSL color Cylindrical-coordinate representation of color #C75C5E: hue angle of 358.88º 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 #C75C5E is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1999294-
CMYK00.540.530.22
HSL358.88º48.86%57.06%-
HSV(B)358.88º53.77%78.04%-
XYZ29.420.613.02-
YUV124.22110.95181.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.69%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=51.69%
G=23.90%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199929400.540.530.22358.8848.8657.06
HexC75C5E03635161673139
Octal30713413606665265476171
Binary1100011110111001011110011011011010110110101100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75C5E; }

 p { color: rgb(199,92,94); }

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

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

 a { background-color: rgb(199,92,94); }

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

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

 span { border-color: rgb(199,92,94); }

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