#C76E74

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

Shades of Charm #C76E74

Tints of Charm #C76E74

Color information

#C76E74 (or 0xC76E74) is unknown color: approx Charm. HEX triplet: C7, 6E and 74. RGB value is (199,110,116). Sum of RGB (Red+Green+Blue) = 199+110+116=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E74 is #38918B. Grayscale: #898989. Windows color (decimal): -3707276 or 7630535. OLE color: 7630535.

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

Color convert

RGB199110116-
CMYK00.450.420.22
HSL355.96º44.28%60.59%-
HSV(B)355.96º44.72%78.04%-
XYZ32.2824.5519.56-
YUV137.29115.99172.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.82%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=46.82%
G=25.88%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911011600.450.420.22355.9644.2860.59
HexC76E7402D2A161642c3d
Octal30715616405552265445475
Binary1100011111011101110100010110110101010110101100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76E74; }

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

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

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

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

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

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

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

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