#C76164

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

Shades of Mandy #C76164

Tints of Mandy #C76164

Color information

#C76164 (or 0xC76164) is unknown color: approx Mandy. HEX triplet: C7, 61 and 64. RGB value is (199,97,100). Sum of RGB (Red+Green+Blue) = 199+97+100=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C76164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76164 is #389E9B. Grayscale: #7F7F7F. Windows color (decimal): -3710620 or 6578631. OLE color: 6578631.

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

Color convert

RGB19997100-
CMYK00.510.500.22
HSL358.24º47.66%58.04%-
HSV(B)358.24º51.26%78.04%-
XYZ30.1321.6114.64-
YUV127.84112.29178.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.25%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 100 (39.45% from 255) = 25.25%
R=50.25%
G=24.49%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999710000.510.500.22358.2447.6658.04
HexC761640333216166303a
Octal30714114406362265466072
Binary1100011111000011100100011001111001010110101100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76164; }

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

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

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

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

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

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

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

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