#C76166

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

Shades of Mandy #C76166

Tints of Mandy #C76166

Color information

#C76166 (or 0xC76166) is unknown color: approx Mandy. HEX triplet: C7, 61 and 66. RGB value is (199,97,102). Sum of RGB (Red+Green+Blue) = 199+97+102=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C76166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76166 is #389E99. Grayscale: #808080. Windows color (decimal): -3710618 or 6709703. OLE color: 6709703.

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

Color convert

RGB19997102-
CMYK00.510.490.22
HSL357.06º47.66%58.04%-
HSV(B)357.06º51.26%78.04%-
XYZ30.2321.6515.16-
YUV128.07113.29178.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 102 (40.23% from 255) = 25.63%
R=50%
G=24.37%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999710200.510.490.22357.0647.6658.04
HexC761660333116165303a
Octal30714114606361265456072
Binary1100011111000011100110011001111000110110101100101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76166; }

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

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

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

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

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

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

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

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