#C76063

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

Shades of Mandy #C76063

Tints of Mandy #C76063

Color information

#C76063 (or 0xC76063) is unknown color: approx Mandy. HEX triplet: C7, 60 and 63. RGB value is (199,96,99). Sum of RGB (Red+Green+Blue) = 199+96+99=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C76063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76063 is #389F9C. Grayscale: #7F7F7F. Windows color (decimal): -3710877 or 6512839. OLE color: 6512839.

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

Color convert

RGB1999699-
CMYK00.520.500.22
HSL358.25º47.91%57.84%-
HSV(B)358.25º51.76%78.04%-
XYZ29.9921.4114.36-
YUV127.14112.12179.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 99 (39.06% from 255) = 25.13%
R=50.51%
G=24.37%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199969900.520.500.22358.2547.9157.84
HexC760630343216166303a
Octal30714014306462265466072
Binary1100011111000001100011011010011001010110101100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76063; }

 p { color: rgb(199,96,99); }

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

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

 a { background-color: rgb(199,96,99); }

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

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

 span { border-color: rgb(199,96,99); }

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