#C76E82

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

Shades of Charm #C76E82

Tints of Charm #C76E82

Color information

#C76E82 (or 0xC76E82) is unknown color: approx Charm. HEX triplet: C7, 6E and 82. RGB value is (199,110,130). Sum of RGB (Red+Green+Blue) = 199+110+130=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76E82 is #38917D. Grayscale: #8A8A8A. Windows color (decimal): -3707262 or 8548039. OLE color: 8548039.

HSL color Cylindrical-coordinate representation of color #C76E82: hue angle of 346.52º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76E82 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB199110130-
CMYK00.450.350.22
HSL346.52º44.28%60.59%-
HSV(B)346.52º44.72%78.04%-
XYZ33.1624.9124.18-
YUV138.89122.99170.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.33%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=45.33%
G=25.06%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911013000.450.350.22346.5244.2860.59
HexC76E8202D231615b2c3d
Octal30715620205543265335475
Binary11000111110111010000010010110110001110110101011011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76E82; }

 p { color: rgb(199,110,130); }

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

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

 a { background-color: rgb(199,110,130); }

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

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

 span { border-color: rgb(199,110,130); }

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