#C76D87

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

Shades of Charm #C76D87

Tints of Charm #C76D87

Color information

#C76D87 (or 0xC76D87) is unknown color: approx Charm. HEX triplet: C7, 6D and 87. RGB value is (199,109,135). Sum of RGB (Red+Green+Blue) = 199+109+135=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76D87 is #389278. Grayscale: #8A8A8A. Windows color (decimal): -3707513 or 8875463. OLE color: 8875463.

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

Color convert

RGB199109135-
CMYK00.450.320.22
HSL342.67º44.55%60.39%-
HSV(B)342.67º45.23%78.04%-
XYZ33.424.8325.95-
YUV138.87125.82170.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.92%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 135 (53.12% from 255) = 30.47%
R=44.92%
G=24.60%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910913500.450.320.22342.6744.5560.39
HexC76D8702D20161572d3c
Octal30715520705540265275574
Binary11000111110110110000111010110110000010110101010111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D87; }

 p { color: rgb(199,109,135); }

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

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

 a { background-color: rgb(199,109,135); }

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

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

 span { border-color: rgb(199,109,135); }

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